You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

django-french-highschool

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-french-highschool

French high school database with UAI, department and region

0.14.0
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts