Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fearless-spider/djcreator
Django creator as glamorous shell scripts with gum to create starter project with extra packages
https://github.com/fearless-spider/djcreator
django django-bootstrap-v5 django-debug-toolbar django-registration shell
Last synced: 14 days ago
JSON representation
Django creator as glamorous shell scripts with gum to create starter project with extra packages
- Host: GitHub
- URL: https://github.com/fearless-spider/djcreator
- Owner: fearless-spider
- License: bsd-3-clause
- Created: 2024-01-16T12:35:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:39:51.000Z (22 days ago)
- Last Synced: 2024-10-16T19:13:11.163Z (21 days ago)
- Topics: django, django-bootstrap-v5, django-debug-toolbar, django-registration, shell
- Language: Shell
- Homepage: https://fearless-spider.github.io/djcreator/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Django creator
A glamorous shell scripts with [gum](https://github.com/charmbracelet/gum) to create starter project with extra packages
## 🚀 Features
- [Django latest](https://www.djangoproject.com/) & Python 3
- Install via Pip
- User log in/out, sign up, password reset via [django-registration](https://github.com/ubernostrum/django-registration)
- Styling with [Bootstrap v5](https://github.com/zelenij/django-bootstrap-v5)
- Debugging with [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)
- E-commerce with [Django Oscar](https://github.com/django-oscar/django-oscar)
- Blogging with [Django Blog Lotus](https://github.com/emencia/django-blog-lotus)## 📖 Usage
```shell
./djcreator.sh
```## :seedling: TODO
- Custom settings
- Custom templates for log in/out, password reset
- Custom 404, 500, and 403 error pages
- Docker## 🤝 Contributing
Contributions, issues and feature requests are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
## ⭐️ Support
Give a ⭐️ if this project helped you!
## 📝 License
The [BSD 3-Clause "New" or "Revised" License](LICENSE)