/practice-django

Django tutorials around the web

Primary LanguagePythonMIT LicenseMIT

practice-django

Practice Diango - Listing all the tutorial that you can find in the web. (WIP)

INSTALLATION

  • Install Pip
  • Install virtualenv
  • Create a new virtualenv (e.g. virtualenv venv --distribute)
  • Activate the virtualenv (e.g. source venv/bin/activate)
  • Install Django using pip (e.g. pip install Django)

LESSONS