//0–100 in Django: Starting an app the right way
0–100 in Django: Starting an app the right way
In our last tutorial we covered setting up a basic Django project. By now you should have a directory that looks like this:
So
enough prose and theory, let’s actually write some code! To start an
app in Django, make sure you are in the first “tutorial” folder. I will
refer to this as your ‘django project folder’ from here on (the one with
manage.py). This folder will be where all of your apps live. Now run: