https://github.com/hamdivazim/django-made-easy
A tool that installs django projects for you. All you need is your project name.
https://github.com/hamdivazim/django-made-easy
django django-made-easy python simplified
Last synced: 4 months ago
JSON representation
A tool that installs django projects for you. All you need is your project name.
- Host: GitHub
- URL: https://github.com/hamdivazim/django-made-easy
- Owner: hamdivazim
- License: apache-2.0
- Created: 2023-04-10T19:54:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T18:50:14.000Z (over 2 years ago)
- Last Synced: 2025-07-13T03:37:08.630Z (4 months ago)
- Topics: django, django-made-easy, python, simplified
- Language: Python
- Homepage: https://www.youtube.com/shorts/GuCnXn-YIak
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django Made Easy
A tool that installs a django project for you. All you need is what you want to call it.
## How to run
Clone this repository and `cd` to where you want your project to be. Then run `django_made_easy.py` in your terminal. Supply your project name as an argument. It should look like this:
```
$ python django_made_easy.py [YOUR_PROJECT_NAME]
```
The program will then setup a virtual environment and install django to it. It will also make a django project for you to work in so you can save time and make things simple.
## If you need help...
A tutorial is coming soon :)
## Contributing
Django Made Easy hasn't been tested on MacOS and Linux and it would be great if someone could point out any bugs on other operating systems or general bugs/improvements.