French high school database with UAI, department and region
Project description
django-french-highschool
French high school database with UAI, department and region
Installation
Install with pip:
pip install django-french-highschool
Setup
In order to make django-french-highschool
works, you need to follow the steps below:
Settings
First, you need to add the following configuration to your settings:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
...,
'french_highschool',
...
]
Migrations
Next, you need to run the migrations in order to update your database schema:
python manage.py migrate
Fixtures
This app comes with existing data from french high schools. To load the data in the database run:
python manage.py loaddata high_school
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_french_highschool-0.12.0.tar.gz
.
File metadata
- Download URL: django_french_highschool-0.12.0.tar.gz
- Upload date:
- Size: 174.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c29771c5e087d8e418424db7b970bca8adbafa6e8f18e4aee9c33442ecb0c0ab |
|
MD5 | 808872eaa7d2688a31959da91dcea39c |
|
BLAKE2b-256 | d1424f4da7c73c214c0a2aa0d0bf625879defbe288835a1315b589f23d6b46ba |
File details
Details for the file django_french_highschool-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: django_french_highschool-0.12.0-py3-none-any.whl
- Upload date:
- Size: 185.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b535db85bbf7439dc555796578766a91b3d95b648f59305191b112b87f9b248 |
|
MD5 | 20c2856273fa65e96245b60754ad1607 |
|
BLAKE2b-256 | 39da72d7dc9a25c18d528379948c96d78a43fe31ce7fc94c603ae6fa56f0321d |