-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving the README.md and editing the settings.py
to include DEBUG in .env file
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
To be completed | ||
|
||
|
||
## Instalation in development mode | ||
|
||
|
||
## Instalation in production mode with gunicorn (in Ubuntu/Debian) | ||
1. Install supervisord `sudo apt-get install supervisor` | ||
2. Install gunicorn (already in requirements.txt) | ||
4. Install `nginx`: `sudo apt install nginx` | ||
|
||
|
||
|
||
|
||
|
||
|
||
For detailed installation, see [INSTALL.md](INSTALL.md) | ||
|
||
|
||
# Usage | ||
|
||
|
||
## License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters