Re: Is there anything similar to phpmyadmin

2014-09-20 Thread Yuan-Liang Tang
But pgadmin is for postgres, right? -- 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+unsubscr...@googlegroups.com. To post to this group, send email

Re: Is there anything similar to phpmyadmin

2014-09-20 Thread Joel Khan
That would be pg admin On Sep 20, 2014 8:38 PM, "Yuan-Liang Tang" 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.py

Is there anything similar to phpmyadmin

2014-09-20 Thread Yuan-Liang Tang
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 ar

Re: unicode problems in admin interface

2014-09-20 Thread Jaap van Wingerde
Op 2014-09-19T15:58:59 UTC schreef Collin Anderson in het bericht , ID: interface> het volgende. > Are you uploading a file using apache? It could be > the /etc/apache2/envvars issue. No, it is an issue with Django/admin. > Are you ever using string formatting like "something %s something" %

Re: Admin doesn't show all entities

2014-09-20 Thread Benjamin Scherrey
Yikes that's scary. How did you diagnose this? I think I may be hitting a few examples of this now as well. Silent repression of exceptions is about as evil a thing as one can do in a framework/library. On Sat, Sep 20, 2014 at 6:31 AM, Collin Anderson wrote: > This happened to me once when using

How to add custom code to default auth.view

2014-09-20 Thread Артём Мутерко
How to add custom code to default auth.view. For example, change REDIRECT_FIELD_NAME variable? -- 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+unsu

[ANN] Released django-markwhat version 2014.9.20

2014-09-20 Thread Alireza Savand
Hi, I just released django-markwhat version 2014.9.20. django-markwhat, A collection of template filters that implement common markup languages. Major changes are in 2014.9.20: * Supporting "Python3" and "PyPy". * Getting latest markup parsers updated in the package. * Compatibility with django

Slow page load performance with a large number of formsets (over 25)

2014-09-20 Thread Jason
We are new to the Django framework and are currently building an application in PythonAnywhere. We have a couple of html pages where the volume of formsets that we are loading up varies from 25 to 100. We find that when we use a small number of formsets, the page loads very quickly. However,

Re: Can not understand how to change auth.templates

2014-09-20 Thread Артём Мутерко
that's doesn't work for some reason суббота, 20 сентября 2014 г., 2:42:57 UTC+3 пользователь Collin Anderson написал: > > from django.contrib.auth.views import logout > > urlpatterns = [ > url('^/accounts/logout/', logout, {'next_page': '/'}), > ] > > -- You received this message because yo