/elec3609-til

Sample Django application

Primary LanguagePython

Today I Learned - Demo application (Amit Saha)

Download the source code by using git:

git clone https://github.com/freelancer/til.git

Original can be found at:

git clone https://github.com/amitsaha/til.git

Model Setup

$ pip install -r requirements.txt
$ python manage.py migrate

Start web application

$ python manage.py runserver 0.0.0.0:8000

Go to 127.0.0.1:8000

Django Resources

I used these for help:

Web application Resources