Skip to content

boryszef/django-profiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample project utilizing Django & DRF

This is a sample project based on Django and Django REST Framework with few models related to each other and lots of data in those models. Can be used as a boiler-plate for various backend-, django-, and DRF-related experiments. In order to use it, simply do:

git clone https://github.com/boryszef/django-profiling.git
cd ./django-profiling
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd ./profiling
./manage.py migrate
./manage.py populate_models
./manage.py runserver

This will fetch data and fill models with instances, including Continent (7 instances), Countries (250 instances), Cities (~23k instances) and Airports (~55k instances).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages