Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 558 Bytes

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