Add predefined template folder to Django
I'm just starting developing with Django, I really like Python, but I have
an issue.
I've just downloaded a free template, and I want just copy all that HTML
and CSS stuff to print my data, but I created a templates folder and it
seems that subdirectories images or styles can't be found.
I've also created a static folder and put images and styles but it keeps
not recognizing me.
Is there an easy way just to copy and paste the whole folder without
changing the paths of images and CSS? How do I need to configure my
settings file?
Also, I'm using Apache wsgi_mod, how can I display this static files?
No comments:
Post a Comment