panuta / django-startup-old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 61.6%Language:HTML 36.9%Language:CSS 1.4%Language:JavaScript 0.1%