项目作者: shreyansh26

项目描述 :
A social networking website in Django
高级语言: Python
项目地址: git://github.com/shreyansh26/Worldlink.git
创建时间: 2017-11-02T10:08:38Z
项目社区:https://github.com/shreyansh26/Worldlink

开源协议:

下载


Worldlink

A social networking website using the Django framework.

Features include -

  1. Authentication (Including social logins)
  2. Newsfeed
  3. Profile page
  4. Like and Comment on Posts
  5. Messaging between users
  6. Notifications
  7. Search users
  8. Meme Generator
  9. RSS feed
  10. Custom Middleware

To run

  1. Go the root of the project
  2. To create a superuser run - python manage.py createsuperuser
  3. Run migrations - python manage.py migrate
  4. Run the server - python manage.py runserver
  5. Head to 127.0.0.1:8000

Contributors