Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 5bd8f70

Browse files
committed
added some essential info to the readme
1 parent e8d8d7c commit 5bd8f70

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ The AGPL license allows the free use of this code-base in other free open-source
2424
* Run the migrations.
2525
* Run this on your localhost.
2626

27+
28+
Use the`devmanage.py` command instead of `manage.py` command on development environments.
29+
This project uses `decouple` so make sure to make a local `.env` file in your root directory of the project containing all the variables with dummy values.
30+
The variables you should include are the ones with `config()` next to them in the `devmanage.py` file. If there's an error due to the missing value of an environment variable, it can be fixed with ease by passing in appropriate variables. It's pretty generic stuff.
31+
2732
Once you're done with that, you can start working on fixing the nitty gritty details, make improvements, finding issues and reporting them in the issues tab of this repository. Create PRs and have fun!
2833

2934
## Code Style

0 commit comments

Comments
 (0)