Search code examples
djangodjango-templatesdjango-oscar

How can I personalize the template of the django-oscar?


I'm a beginner in django/oscar. I created my virtual env and I followed the procedure for create a new django project.

Now, I want to personalize my page without to fork the repo.I want only extend oscar's template (for example change background, add a new navbar ecc).


Solution

  • I solved the my problem.You have to copy the folder myenv/lib/site_package/oscar/..etc../template and paste her in your project's root.Obviously you have to change the path in settings.py in the TEMPLATE's section.