Skip to content

Commit 93a2cc6

Browse files
author
Saurabh Kumar
committed
Add related projects to README.md
1 parent 3d0359b commit 93a2cc6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Reads the key,value pair from `.env` and adds them to environment variable. It i
2020
- [Installation](#installation)
2121
- [Command-line interface](#command-line-interface)
2222
- [Setting config on remote servers](#setting-config-on-remote-servers)
23+
- [Releated Projects](#releated-projects)
2324
- [Contributing](#contributing)
2425

2526
<!-- /MarkdownTOC -->
@@ -179,6 +180,13 @@ $ fab config:set,hello,world config:set,foo,bar config:set,fizz,buzz
179180

180181
That's it. example.com, or whoever your non-paas host is, is now 1 facor closer to an easy 12 factor app.
181182

183+
# Releated Projects
184+
185+
- [Hencho](https://github.com/nickstenning/honcho) - For managing Procfile-based applications.
186+
- [django-dotenv](https://github.com/jpadilla/django-dotenv)
187+
- [django-environ](https://github.com/joke2k/django-environ)
188+
- [django-configuration](https://github.com/jezdez/django-configurations)
189+
182190
# Contributing
183191

184192
All the contributions are welcome! Please open [an issue] or send us a pull request.

0 commit comments

Comments
 (0)