A django-based social media app.
Shapeshift uses Python3 along with a few packages that can be installed through the Python package manager pip
:
django
for web frameworkdjangorestframework
for API
Usage requires standard django procedure:
- Create a django project and add
feed
folder into project directory - Add
feed.apps.FeedConfig
andrest_framework
toINSTALLED_APPS
insettings.py
- Create a database and add information to
DATABASES
insettings.py