Hackathon winning project at St Francis College for Women, Hyderabad. Compete with your friends and find out who has the lowest energy consumption of all and get exciting prizes!!
- Add env variables to ".test.env" and rename it to ".env"
$ python -m venv venv
$ source venv/Scripts/activate
(venv) pip install -r requirements.txt
(venv) cd UtilGrabs
(venv) python manage.py makemigrations
(venv) python manage.py migrate
(venv) python manage.py createsuperuser
(venv) python manage.py runserverhttps://django-allauth.readthedocs.io/en/latest/installation.html#post-installation
To run tests, run the following command
python manage.py testhttps://devcenter.heroku.com/articles/getting-started-with-python