Skip to content

BisratYalew/Django-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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