Choose a Django App
Overview¶
Set up a Django Project with at least one app.
Note
If you have reached this point, you should have already installed ReactPy-Django through the previous steps.
Deciding which Django App to use¶
You will now need to pick at least one Django app to start using ReactPy-Django on.
For the following examples, we will assume the following:
- You have a Django app named
my_app
, which was created by Django'sstartapp
command. - You have placed
my_app
directly into your Django project folder (./example_project/my_app
). This is common for small projects.
How do I organize my Django project for ReactPy?
ReactPy-Django has no project structure requirements. Organize everything as you wish, just like any Django project.
Last update: August 26, 2023
Authors: