Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 773 Bytes

Django project. Auth with GitHub

Description:

This app demonstrate your virtual library.

Testing app:

  1. Run terminal;
  2. Clone project in your workspace using git clone [email protected]:dannycrief/django-allauth-git.git;
  3. Create virtual environment and activate it;
  4. Go to django-allauth-git directory using cd django_auth;
  5. Install requirements from requirements.txt
  6. Do not use migrate/makemigrations commands, because database is already done.
  7. If everything is okay, run it by using python3 manage.py runserver

You can also create superuser by typing: python3 manage.py createsuperuser

My Slack: @Stepan Kozurak