项目作者: shreyansh26
项目描述 :
A social networking website in Django
高级语言: Python
项目地址: git://github.com/shreyansh26/Worldlink.git
Worldlink
A social networking website using the Django framework.
Features include -
- Authentication (Including social logins)
- Newsfeed
- Profile page
- Like and Comment on Posts
- Messaging between users
- Notifications
- Search users
- Meme Generator
- RSS feed
- Custom Middleware
To run
- Go the root of the project
- To create a superuser run -
python manage.py createsuperuser
- Run migrations -
python manage.py migrate
- Run the server -
python manage.py runserver
- Head to
127.0.0.1:8000
Contributors