mindcurrent / djanky-django

Daniel's Janky Attempt at a Django RESTful API Server
0 stars 1 forks source link

Add "rest framework" into the list of installed apps #26

Open dpcunningham opened 4 years ago

dpcunningham commented 4 years ago
vi ./djankysite/settings.py 

To add:

INSTALLED_APPS = [
    ...
    'rest_framework',
]