Articles → DJANGO → Add A New Module In Existing Project In Django
Add A New Module In Existing Project In Django
Add New Module
- Open command prompt.
- Go to the root folder (where manage.py file is there).
- Enter the following command
<python_path>\python manage.py startapp <module_name>
Click to Enlarge
Click to Enlarge