Hacker News new | ask | show | jobs
by o1lab 2099 days ago
It's been a while I tried Django.

Does Django admin provide a way to model schema in GUI and create migrations automatically ?

2 comments

No GUI but the migrations are created automatically once you define the models.

Have a look at http://forestadmin.com. It's a fully GUI admin component. I found it when looking for Django alternatives when developing in Java.

Nope, still done though code, at least in the base framework.