Skip to main content

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

django-french-highschool-0.7.0.tar.gz (174.1 kB view hashes)

Uploaded Source

Built Distribution

django_french_highschool-0.7.0-py3-none-any.whl (183.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page