Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)