- Posts
- Likes
- Comments
- My Profile
- All Profiles
- Send Invites
- Receive Invites
- Installation: https://django-allauth.readthedocs.io/en/latest/installation.html
- Download this folder: https://github.com/pennersr/django-allauth/tree/master/allauth/templates/account
Install Report App by first cloning this repository.
Check out requirements.txt and install required files using pip install -r /path/to/requirements.txt
Run using the command:
python manage.py runserver
Watch the implementation here: https://youtu.be/H7-Z1yWpJXY
I learned to make this through a course developed by Pyplane.
- I focused on learning Python Django based part, and not much on HTML, CSS, JS.