Skip to content

Aameer/djangodrfsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django DRF (django rest framework) Sample Project

The project is a working model of (DRF) Django REST Framework Requirements

  • Django==1.7.1
  • Markdown==2.5.2
  • argparse==1.2.1
  • django-filter==0.9.1
  • djangorestframework==3.0.2
  • wsgiref==0.1.2

Configration

Setup it just like a usual django project. To test if you have configured everything correctly, run the server python manage.py runserver and check the following link

Sample output Image deals Sample output Image deals Sample output Image deals Sample output Image deals Sample output Image deals

Add a superuser for your database and after authentication you can add new users by POST, You can also GET the present users.You will see users information like username,first_name,last_name, email,groups. Similar information is shown for Groups.

About

sample implementation of DRF (Django REST Framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages