Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 679 Bytes

Django project. My library

Description:

This app demonstrate your virtual library.

Testing app:

  1. Run terminal;
  2. Clone project in your workspace using git clone [email protected]:dannycrief/my_site.git;
  3. Create virtual environment and activate it;
  4. Go to my_site directory using cd my_site;
  5. Install requirements from requirements.txt
  6. Make migration: python manage.py makemigrations
  7. Migrate it: python manage.py migrate
  8. If everything is okay, run it by using python manage.py runserver

My Slack: @Stepan Kozurak