Skip to content

Quick disposable Django environment for learning / prototyping.

Notifications You must be signed in to change notification settings

vipulkrsingh/django-bootstrap

Repository files navigation

Django Bootstrap Build Status

Disposable Django environment that can be used for learning or rapid prototyping.

Getting Started

TBD

Prerequisites

What things you need to install the software and how to install them

TBD - Add links to docker and docker-compose installation

Docker Docker-compose

Installing

From the root of the directory run the following command

$ docker-compose up

Then open up http://127.0.0.1:8000/ in browser.

Installed packages

Basic / core

  • Django - Guess ??
  • psycopg2 - PostgreSQL database adapter

Needed for django rest framework

  • coreapi (1.32.0+) - Schema generation support.
  • Markdown (2.1.0+) - Markdown support for the browsable API.
  • django-filter (0.9.2+) - Filtering support.
  • django-crispy-forms - Improved HTML display for filtering.
  • django-guardian (1.1.1+) - Object level permissions support.

Contributing

Feel free to propose changes or start contributing

License

TBD

Acknowledgments

About

Quick disposable Django environment for learning / prototyping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published