-
Notifications
You must be signed in to change notification settings - Fork 0
Static Files
vamega edited this page Oct 17, 2011
·
1 revision
Static files are a pain to work with from within Django. It's also strongly discouraged to server static files from within the Django process. This webpage describes how you can serve the static files from within dhjango during development.