Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 515 Bytes

File metadata and controls

17 lines (14 loc) · 515 Bytes

commission-today

Discover the agenda of the EU Commissioners.

Setup

  1. cd backend
  2. pip install -r requirements.txt
  3. python manage.py syncdb
  4. python manage.py createdata
  5. python manage.py runserver
  6. Visit the entry point
  7. Create an admin account by running python manage.py createsuperuser
  8. Go to the admin panel and have fun
  9. python manage.py scrape
  10. python manage.py rebuildindex