jquery - Converting existing css/html page into Django -


i have jquery/css/html webpage. wanted add backend python/django. put page (index.html) + dependent css , js files templates folder (inside django project folder). added address page urls.py file , models.py file. when run server , try access page, displays without css styles , javascript code. so, seems misses taking css , js files html webpage. what's wrong? i've missed?

with django, static files separated main web page templates. see the documentation on static files more information.


Comments