https://github.com/maen08/dejango_tool
A testing Django App for Djangoroku package.
https://github.com/maen08/dejango_tool
deployment django heroku package
Last synced: 8 months ago
JSON representation
A testing Django App for Djangoroku package.
- Host: GitHub
- URL: https://github.com/maen08/dejango_tool
- Owner: maen08
- Created: 2020-09-13T11:43:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T23:08:45.000Z (over 5 years ago)
- Last Synced: 2025-03-31T07:29:00.738Z (about 1 year ago)
- Topics: deployment, django, heroku, package
- Language: Python
- Homepage: https://github.com/ioi2908/djangoroku
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dejango_tool
This is a python script that helps Django beginners to deploy easily on Heroku
## Contribute (for Developer)
To contribe on the project, fork or clone the project, then activate the virtual environment
by run `python3 -m venv venv` then navigate to the root directory of the project
`cd trial_project`
Other files in the project(actually, django project) are meant to be as trial/sample files to check if the script works.You can check them or simply
start your localhost `python manage.py migrate` then `python manage.py runserver`.
The script file is `dejango.py`, follow along then contribute on the script.
## Use (for User)
The aim of the script is to get a tool out of it where a user can install and run it to deploy the project on Heroku.
Currently, running `python3 dejango.py` doesnt reach to its final result targeted.
### Reference
- [Heroku checklist](https://devcenter.heroku.com/articles/deploying-python)
- [Django checklist](https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/)
- [Database](https://devcenter.heroku.com/articles/python-concurrency-and-database-connections)