Skip to content

A Django app for a social feed allowing posts with comments sectioned by channel topics.

Notifications You must be signed in to change notification settings

allytrope/django-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Premise

A django-based social media app.

Screenshot of application

Dependencies

Shapeshift uses Python3 along with a few packages that can be installed through the Python package manager pip:

  • django for web framework
  • djangorestframework for API

Usage requires standard django procedure:

  • Create a django project and add feed folder into project directory
  • Add feed.apps.FeedConfig and rest_framework to INSTALLED_APPS in settings.py
  • Create a database and add information to DATABASES in settings.py

About

A Django app for a social feed allowing posts with comments sectioned by channel topics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published