Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs, application customization #87

Open
saschalalala opened this issue Mar 7, 2020 · 0 comments
Open

Docs, application customization #87

saschalalala opened this issue Mar 7, 2020 · 0 comments
Labels
enhancement This is a feature not a bug hacktoberfest

Comments

@saschalalala
Copy link

saschalalala commented Mar 7, 2020

I am currenty using django-survey as an app inside another project. I wanted to modify the templates and classes a little in order to, e.g. insert a captcha into the survey etc. These things weren't that hard to achieve, but I'd consider it a more advanced topic because one needs to know about template inheritance order and settings such as TEMPLATES and DIRS (inside TEMPLATES) for template related things and class inheritance and URL urlpatterns for form and view extensions.

I basically followed this approach: https://medium.com/@_RStein_/extending-third-party-django-app-without-touching-its-code-d35fb136c08f to extend some of the functionality of this app and as explained above, I think it would be a good idea to document this in the Readme.

@Pierre-Sassoulas Pierre-Sassoulas added the enhancement This is a feature not a bug label Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature not a bug hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants