All Projects → buckyroberts → Django Rest Boilerplate

buckyroberts / Django Rest Boilerplate

Boilerplate for Django projects using Django REST Framework

Programming Languages

python
139335 projects - #7 most used programming language

Django REST Boilerplate

Boilerplate for Django projects using Django REST Framework.

Project Setup

Install required packages:

pip3 install -r requirements/local.txt

Initialize database:

python3 manage.py makemigrations
python3 manage.py migrate

Fixtures

To load in sample data for all tables at once:

bash scripts/load_sample_data.sh

This will create an initial superuser account with the following credentials:

[email protected]
pass1234
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].