Skip to content

A small website to track your progress with your friends.

License

Notifications You must be signed in to change notification settings

shalearkane/DailyReview

Repository files navigation

DailyReview

How to contribute

  1. Clone the repository using git clone https://github.com/shalearkane/DailyReview/
  2. Enter the Daily Review directory andcCreate a virtual environment using virtualenv .venv command
  3. Activate the virtualenv by source .venv/bin/activate and then install python dependencies using pip install -r requirements.txt
  4. Create a .env file to get Google Authentication working
  5. Run python manage.py migrate to setup your datatbase.
  6. Run python manage.py createsuperuser to setup initial superuser to access the admin panel
  7. Go to http://127.0.0.1:8000/admin/socialaccount/socialapp/add/ and add
    • Provider Google
    • Name GoogleAuth
    • Client id copy-from-.env-file
    • Secret key copy-from-.env-file
    • Save it. Now your Google Auth will work.

About

A small website to track your progress with your friends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published