cavalcantegb / django-gerencia-portaria

This project is a result from the course 'Django Framework na Prática' link available: https://www.udemy.com/course/djangoframeworknapratica/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow

Guest Control Systems to Buildings and Condos

This repository contains my follow through the code from 'Django Framework na Prática' by 'Thiago Brasil'

This system is a guest control system meant to receptionist of condos or any other type of buildings.

-- If you are searching for a Python / Django developer let's talk.

You can reach me @

Linkedin: https://www.linkedin.com/in/guilherme-cavalcante-02417830/

Github: https://github.com/cavalcantegb

Email: cavalcante.guilherme91@gmail.com

Running the project

This project was created using the packager and enviroment manager Pipenv, you can search more about its use Pipenv Know The Basics.

Step 1.: Installing pipenv:

pip install pipenv

Step 2.: Start the virtual environment and install the projects dependencies:

pipenv install
pipenv shell

Step 3.: Running migrations:

python manage.py makemigrations
python manage.py migrate

Step 4.: Create a superuser to access the admin area:

python manage.py createsuperuser

Step5.: Run server:

python manage.py runserver

About

This project is a result from the course 'Django Framework na Prática' link available: https://www.udemy.com/course/djangoframeworknapratica/


Languages

Language:HTML 53.0%Language:Python 47.0%