/django-startup-old

Primary LanguagePythonMIT LicenseMIT

Django Startup

=== How to start a new project ===

  • STEP 1 - If you haven't installed 'cookiecutter', install it by
$ pip install cookiecutter
  • STEP 2 - Start a new project by
$ cookiecutter https://github.com/panuta/django-startup.git
  • STEP 3 - Follow questions asked by cookiecutter

=== TODO ===

  • Check static file settings
  • Check authentication
  • Write guideline