git clone https://github.com/CesarAugusto88/sistemadevsys.git
com a virtualenv instalada (python3 -m venv .venv) e ativada (source .venv/Scripts/activate) execute o comando a seguir para instalar os pacotes do projeto:
pip install -r requirements-dev.txt
SECRET_KEY=
DEBUG=
SECRET_EMAIL=
python manage.py makemigrations core
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
python manage.py createsuperuser
- Cesar Costa
- Maurílio
- Fernando
- Julia
- Flávia
- Rogério