master
Nikhil KJ 3 vuotta sitten
commit
64045e9ba3
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. +7
    -0
      Project-setup.md

+ 7
- 0
Project-setup.md

@@ -0,0 +1,7 @@
1. Clone the app
2. Create a virtual environment `python3 -m venv virtualenv`
3. Activate virtualenv `source virtualenv/bin/activate`
4. Run `pip install -r requirements.txt`
5. After installing run `python manage.py makemigrations` and `python manage.py migrate`
6. Post migration run `python manage.py createsuperuser` to create a user with Email ID and password of your choice
7. Execute `python manage.py runserver`