Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 974 Bytes

README.md

File metadata and controls

48 lines (25 loc) · 974 Bytes

Socialize

Posts

  • Posts
  • Likes
  • Comments

Profiles

  • My Profile
  • All Profiles
  • Send Invites
  • Receive Invites

allauth (Authentication)

Installation

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

Demo

Watch the implementation here: https://youtu.be/H7-Z1yWpJXY

Learning

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.