hugopereira84
12/5/2016 - 10:14 AM

Best pratices in projects

Best pratices in projects

Start python multithread:
python manage.py runserver -h 0.0.0.0 -p 5000 --threaded

Start python singlethread:
python manage.py runserver -h 0.0.0.0 -p 5000 
Tools:
https://virtualenvwrapper.readthedocs.io/en/latest/
Git ignore in root of project:
https://github.com/github/gitignore

Git branch:
https://github.com/balsagoth/dotfiles
Starting a Django Project the Right Way:
https://jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/