Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eendroroy/fabricdemo
https://github.com/eendroroy/fabricdemo
django-deployment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eendroroy/fabricdemo
- Owner: eendroroy
- License: apache-2.0
- Created: 2018-02-12T09:31:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T06:33:39.000Z (about 1 year ago)
- Last Synced: 2023-11-16T07:31:10.805Z (about 1 year ago)
- Topics: django-deployment
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fabricDemo
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/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/fabricDemo/master.svg)](https://github.com/eendroroy/fabricDemo)
[![license](https://img.shields.io/github/license/eendroroy/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/blob/master/LICENSE)[![GitHub issues](https://img.shields.io/github/issues/eendroroy/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/fabricDemo.svg)](https://github.com/eendroroy/fabricDemo/pulls?q=is%3Apr+is%3Aclosed)## Contributing
Bug reports and pull requests are welcome on GitHub at [fabricDemo](https://github.com/eendroroy/fabricDemo) 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 2004Copyright (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 MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.
```