Skip to content

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

License

Notifications You must be signed in to change notification settings

1MahdiR/Djungool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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