This app demonstrate your virtual library.
- Run terminal;
- Clone project in your workspace using git clone [email protected]:dannycrief/django-allauth-git.git;
- Create virtual environment and activate it;
- Go to django-allauth-git directory using cd django_auth;
- Install requirements from requirements.txt
- Do not use migrate/makemigrations commands, because database is already done.
- If everything is okay, run it by using python3 manage.py runserver
You can also create superuser by typing: python3 manage.py createsuperuser