Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 494 Bytes

Para instalar a dependência:
brew install pipenv

Para ativar o ambiente virtual, na raíz do projeto:
pipenv shell

pipenv install

Para rodar o projeto:
python manage.py runserver 8099

Home http://localhost:8099/
Backoffice http://localhost:8099/admin

Atalhos para gerenciar o projeto

  • make help
  • make activate
  • make deploy
  • make down
  • make heroku
  • make install
  • make migrate
  • make migration
  • make run
  • make superuser