Answer the question
In order to leave comments, you need to log in
Where can I get working django apps?
Greetings!
Would love to see how others are using django. I rummaged through github - there are mostly batteries, but I'm interested in working projects.
For example, now I'm faced with the question - how best to store static files? Have one static folder for the entire project, or stack static files inside applications? And there are a lot of such questions "How do others" in the process of work.
Thanks in advance for your reply!
Answer the question
In order to leave comments, you need to log in
first, you have a click event on the FAQ link, which calls the function - scroll in which you hang another event on this link, and after the second click, this new event is fired, in which the scroll is implemented
I strongly advise you to look through Two Scoops of Django (there is a whole section on how to organize the code), here is their template for projects:
https://github.com/twoscoops/django-twoscoops-project
The doc on dzhanga and dzhangobuk has recommendations for almost any question that arises, at least about the naming of models and the order of methods in the code, at least about statics or deployment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question