Skip to content

mmichealjroberts/django-unchained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-unchained

This is Django, without chains!

Ever needed a specific development environment for your Django project? Hopefully django-unchained, formally django-on-steroids, will streamline your development workflow.

Specialised Management Commands:

$ python manage.py runserver becomes $ python manage.py runsecureserver (this will run you site in a secure SSL environment)

Bundled Middleware Classes:

CrossOriginResourceSharingMiddleware (this will allow POST, UPDATE, DELETE and PUT methods to be accessible from your project's API, allowing a Django an off the shelf Django headless experience.

About

This is Django, but on steroids!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages