Skip to content

Tutorial on how to create a polls app using Django 1.11. Official documentation at https://docs.djangoproject.com/en/1.11/

Notifications You must be signed in to change notification settings

cwphuah/django-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-starter

Make sure npm is installed in your computer. It is recommended that you keep your charts in the directory below. /django-starter/mysite/polls/static

Once you're sure, run this command: npm install chart.js --save

A folder called 'node_modules' will appear. Run the below command: python manage.py collectstatic

This will extract the charts into an admin folder in the directory. Run the following command to have the server up: python manage.py runserver

About

Tutorial on how to create a polls app using Django 1.11. Official documentation at https://docs.djangoproject.com/en/1.11/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published