This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Here's an example recipe for a Django project layout: src/ apps/ users/ project/ settings/ templates/ asgi.py, urls.py etc.. manage.py tests/ pyproject.yaml That's the basic layout we're going to discuss now. But if you want to get started quickly, try running the prototype startproject.sh command that will bootstrap the above, with your project name as the parameter (source: Codeberg repo ). And…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.