Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.51 KB

Djungool

(v1.1.4)

About the project

A CLI tool for automating programming models.py files which include django models.
djungool_version Python

How to use

  • 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

Screenshots

Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4

Todo list for project:

  • Modifing fields
  • Add choice making for fields

Contact

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Project Link: https://github.com/1MahdiR/Djungool

License

GPL-3.0 License


⭐ Please give a star if this repo was helpful for you