Skip to content

Tepau/dm-sciences-po

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to follow to launch the project!

Project carried out for a job interview in SciencesPo

Create a virtual environment and activate it

  • python3 -m venv venv
  • source venv/bin/activate

Clone the repository

  • git clone https://github.com/Tepau/dm-sciences-po.git

Install the project's dependencies

  • cd dm-sciences-po
  • pip install -r requirements.txt

Launch migrations

  • python manage.py migrate

Upload data

  • python manage.py loaddata tablets/dumps/tablets.json

Launch the server

  • python manage.py runserver

Access to tablet lists

  • /tablets/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published