French high school database with UAI, department and region
Install with pip:
pip install django-french-highschool
In order to make django-french-highschool
works, you need to follow the steps below:
First, you need to add the following configuration to your settings:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
...,
'french_highschool',
...
]
Next, you need to run the migrations in order to update your database schema:
python manage.py migrate
This app comes with existing data from french high schools. To load the data in the database run:
python manage.py loaddata high_school