Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Plugaru Tudor edited this page Jul 28, 2017 · 2 revisions

Welcome to the GirlsGoIT wiki!

Steps to run the project

Before running the project, make sure you have installed Python and pip

  1. Download and install Github Desktop
  2. Log in to Github using the application that you installed from 1
  3. Enter "GirlsGoIT" in search or use the link
  4. Clone or Download the project to your computer
  5. Open a cmd window in the project folder
  6. Run pip install -r requirements.txt
  7. Run python manage.py migrate
  8. Run python manage.py createsuperuser and create a superuser
  9. Run python manage.py runserver to run the project
Clone this wiki locally