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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_french_highschool-0.16.0.tar.gz.
File metadata
- Download URL: django_french_highschool-0.16.0.tar.gz
- Upload date:
- Size: 175.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c95e5e9072b336f423a1266c8d4598255146cbf736dced7e57ced33b8a141136
|
|
| MD5 |
8627f4bfe1fc28a600c85978b64294d3
|
|
| BLAKE2b-256 |
0434d061c82e959e73dba570197a6a4536c2a0ddf154ba48c8bd5f2cd8eb6234
|
File details
Details for the file django_french_highschool-0.16.0-py3-none-any.whl.
File metadata
- Download URL: django_french_highschool-0.16.0-py3-none-any.whl
- Upload date:
- Size: 185.5 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 |
0291e65d212e9037971175876608c23d880d1251da35c845576a9104db400d6d
|
|
| MD5 |
c05a7636816738555abf5008ca2841a1
|
|
| BLAKE2b-256 |
9c7b20613e101d6821a1a5ce1287226c745addcc5bbe887f503e6e74a3a88984
|