This is a Django project template.
The project is structured as follows:
apps/
: Contains the Django applications for the project.settings.py
: Contains the settings for the Django project.urls.py
: Contains the URL configurations for the Django project.wsgi.py
andasgi.py
: Contain the WSGI and ASGI applications for the Django project respectively.manage.py
: A command-line utility that lets you interact with this Django project in various ways.
- Clone the repository.
- Install the requirements using
pip install -r requirements.txt
. - Run the server using
python manage.py runserver
.
core
: The core application of the project.example
: An example application.
The API documentation can be accessed at /api/
when the server is running.
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md
file for details.# Template django