Skip to content

lucianoratamero/django_apistar_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_apistar_example

This project is just a sample of what and how we could implement using django_apistar as base.

To run it, you just need to clone this project, create a virtualenv and install it's dependencies using pip install -r requirements.txt.

To run the API Star server, use python manage.py run and to run using the default django server, run python manage.py runserver as usual.

This is a django project, so be sure to run python manage.py migrate before playing with API Star's docs (at the /docs/ url) or django admin (at the /admin/ url).

And be sure to visit my mais project, django_apistar! Thanks a lot!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages