Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 217 Bytes

INSTALL.rst

File metadata and controls

13 lines (7 loc) · 217 Bytes
  1. Get the source code

  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Import data:

    ./manage.py load_apdrp_csv < raw/plati_fega_feadr-2011.csv
    
  4. Run the server:

    ./manage.py runserver