BisratYalew / Django-Boilerplate

Simple and Preety Django API Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Api-Boilerplate

This is builted by Django Web Framework

Use this boilerplate for your django projects

API / Back-End with Django Framework

Features

  • Register / Signup
  • Login
  • Post
  • Change Password
  • Reset Password

Usage

First Open Terminal and start the django server by typing

python manage.py runserver

Then create a superuser by typing

python manage.py createsuperuser <username> <password>

Finally open the admin interface using your webbrowser by typing 127.0.0.1:8000/admin on the url field

Author

Created by Bisrat Yalew - @bisratyalew

Thanks in advance.

Bisrat Yalew, 2017

About

Simple and Preety Django API Boilerplate


Languages

Language:CSS 86.1%Language:Python 8.7%Language:HTML 4.9%Language:JavaScript 0.3%