A social media web-application with Django.
-
Add env variables to ".test.env" and rename it to ".env"
-
Add GOOGLE_RECAPTCHA_SECRET_KEY to both .env a
-
Add agora app_id to .env
$ python -m venv venv
$ source venv/Scripts/activate
(venv) pip install -r requirements.txt
(venv) cd Django_Social_Network_App
(venv) python manage.py makemigrations
(venv) python manage.py migrate
(venv) python manage.py createsuperuser
(venv) python manage.py runserver
https://django-allauth.readthedocs.io/en/latest/installation.html#post-installation
To run tests, run the following command
python manage.py test
https://devcenter.heroku.com/articles/getting-started-with-python