Questions tagged [django-apps]

Django apps are reusable collections of django code that use the ORM layer. They may provide a single model class, or they may implement a full web application, or provide any mixture of such functionality.

Django apps are reusable collections of django code that use the ORM layer. They may provide a single model class, or they may implement a full web application, or provide any mixture of such functionality.

421 questions
-3
votes
1 answer

unable to find some .py files of apps in django project

I want to ask about how can I access all ".py files" of all apps in my Django project. Actually, my developer is not responding to me I don't know why the last time he gave me my Django project in zip file. I have installed it successfully in my mac…
1 2 3
28
29