Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 287 Bytes

Coding-Cubs

Installation :

Install Virtual Environment python -m venv your_virtual_name

Activate Virtual Environment your_virtual_name\scripts\activate

Install d-allauth deendency pip install django-allauth

Run server python manage.py runserver