Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 361 Bytes

File metadata and controls

15 lines (15 loc) · 361 Bytes

django-codegenerator

prerequisites

  • a running Django 3.* Project
  • in your app folder you have a running models.py

installation

  • clone the repo
git clone https://github.com/moosler/django-codegenerator.git 
cd django-codegenerator
  • copy your models.py in the repo root folder
  • in your console type
python gen.py