(v1.1.4)
A CLI tool for automating programming models.py files which include django models.
- Create your models with appropriate names
- Create fields based on your needs for each model
- Set appropriate options for each fields
- Export as models.py and copy it to your django-app folder
- Modifing fields
- Add choice making for fields
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/1MahdiR/Djungool
⭐ Please give a star if this repo was helpful for you