Monday, September 22, 2014

Re: Is there anything similar to phpmyadmin

You might consider setting up your database connection string, then doing a 'python manage.py inspectdb'.

This will spit out a bunch of model definitions.  Paste them into your models.py, and add them in admin.py, and you have an interface for managing a database.

-A

On Sat, Sep 20, 2014 at 6:38 PM, Yuan-Liang Tang <yltang52@gmail.com> wrote:
I'd like to know if there is anything/anyway similar to phpmyadmin for managing MySQL DBs in a Django project or in the Python environment. Any suggestions?

django-mysql-manage seems to be dead.

https://pypi.python.org/pypi/django-mysql-manager/0.1.2

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c13ab3ab-e23c-48b7-8bb8-bce38e72686a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEE%2BrGoM48UduuTjfC9hawcHF6ErT9bD%3D_VaeWa-jKsdHBSL4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment