python151 / api-michael-miller-blog

api for michael millers (my dads) blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-CORS-Template

This is a template for Django-CORS with login, signup, and session storage already implemented. This allows me to quickly start working on a project without having to spend too much time implementing the basic API implementation and start coding the actual project.

Setup

This template already has urls and views implemented for login so when you need to add another feature like database access code it like you would normally (When your coding an API) and everything should work after you run 'python3 manage.py makemigrations' and 'python3 manage.py migrate'.

Running

This template is just like any other django application so you can run it after setup with 'python3 manage.py makemigrations'

About

api for michael millers (my dads) blog


Languages

Language:Python 95.2%Language:HTML 4.8%