Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 565 Bytes

Setup instructions

  • Clone repository from your own fork::

      git clone [email protected]:your_user_name/JewishDiaspora.git
    
  • Create a virtualenv:

      mkvirtualenv diaspora
    
  • Upgrade pip:

      pip install -U pip
    
  • Install requirements:

      pip install -r requirements.txt
    
  • Migrate latest changes::

      python manage.py migrate
    
  • Create sample data for testing::

      python manage.py create_artifacts 20
    
  • Create a superuser::

      python manage.py createsuperuser
    
  • Run the server::

      python manage.py runserver