An open API service indexing awesome lists of open source software.

https://github.com/eendroroy/fabric-django

Django, uwsgi deploy template with fabric
https://github.com/eendroroy/fabric-django

deployment django fabric fabric3 nginx uwsgi uwsgi-nginx

Last synced: about 2 months ago
JSON representation

Django, uwsgi deploy template with fabric

Awesome Lists containing this project

README

          

# fabric-django

Django, uwsgi deploy template with fabric (Python 3.4+)

_Note: python 3.4 requires `future-fstrings` to be installed._

[![Contributors](https://img.shields.io/github/contributors/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/fabric-django/master.svg)](https://github.com/eendroroy/fabric-django)
[![license](https://img.shields.io/github/license/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/blob/master/LICENSE)

[![GitHub issues](https://img.shields.io/github/issues/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/fabric-django.svg)](https://github.com/eendroroy/fabric-django/pulls?q=is%3Apr+is%3Aclosed)

## Contributing

Bug reports and pull requests are welcome on GitHub at [fabric-django](https://github.com/eendroroy/fabric-django) repository.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## Author

* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)

## License

```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2018 indrajit

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
```