Bishwas-py / djapy

No bullshit, Django Rest API Framework
https://djapy.io
59 stars 3 forks source link

Add generators! #30

Open Bishwas-py opened 1 month ago

Bishwas-py commented 1 month ago

Adding generator would be an awesome and fun task to do, also a very useful thing for the project:

Samples:

Gen model

djapy gen.model user:fk:django.contrib.auth.models.User body:text title:char[max=225] slug:depends:"{title}-{id}"

Gen views + model

djapy gen.app user:fk:django.contrib.auth.models.User body:text title:char[max=225] slug:depends:"{title}-{id}"