https://github.com/scarlet-oni/django-script
https://github.com/scarlet-oni/django-script
bash bash-script shell shell-script
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scarlet-oni/django-script
- Owner: scarlet-oni
- License: mit
- Created: 2024-10-16T12:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T22:49:05.000Z (over 1 year ago)
- Last Synced: 2025-05-30T17:41:07.550Z (about 1 year ago)
- Topics: bash, bash-script, shell, shell-script
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-script
Simple bash script to create a django project.
### how to launch?
First you need to download it, put it in the directory where you plan to create a Django project, and make the script executable using the following command:
$ chmod +x django_script
then run with the following command:
$ ./django_script
## WARNING: For the script to work correctly, you must enter the names of the requested variables, otherwise the project structure will not launch the original Django site
If you don't enter the names of the variables you're asking for and ignore them, the structure of your Django project will suffer