django-database
Django v1.2 multi-db database debugging app?
anyone know if there\'s a django database debugging app which supports Django\'s multi-db API? I used to use django-debug-toolbar but it doesn\'t support m开发者_StackOverflow中文版ultiple databases[详细]
2023-01-07 17:45 分类:问答Django 1.2 : Multiple database and Generic Content Types
I am working on one project with django 1.2. I have 2 databases : - First, for users, user\'s profile, session ...[详细]
2023-01-05 21:10 分类:问答Models does not create tables when synched
I have some django models for my extended users profile. Problem is that this code does not create tables when syncdb is used (simply nothing happens. No validation errors). Why is that happening? (Al[详细]
2023-01-04 16:36 分类:问答Could I use urlize filter in this way?
Could I use urlize filter in this 开发者_如何学Goway? : from django.utils.html import urlize def save(self, force_insert=False, force_update=False):[详细]
2023-01-01 20:59 分类:问答How to make Django work with MySQL Connector/Python?
Has anyone made Django work with myconnpy? I\'ve checked out http://github.com/rtyler/connector-django-mysql but[详细]
2022-12-29 19:16 分类:问答How to make Django work with unsupported MySQL drivers such as gevent-mysql or Concurrence's MySQL driver?
I\'m interested in running Django on an async framework like Concurrence or gevent. Both frameworks come with its own async MySQL driver.[详细]
2022-12-27 08:20 分类:问答Generate a few models from existing database in Django
I know this exists django-admin.py inspectdb > models.py However, is there an easy way to limit it? Without manually deleting what I don\'t want.[详细]
2022-12-25 07:24 分类:问答Do unit tests on the 'live' database in settings.py while using Django's 'manage.py test'
If you\'ve got a database setup in Django, how can you have the TestRunner use the \'live\' database (per the DATABASE_* settings in开发者_JS百科 settings.py) instead of running them on the ephemeral[详细]
2022-12-22 10:07 分类:问答Monitor database requests in Django, tied to line number
We\'ve got some really strange extraneous DB hits happening in our project. Is there any way to monitor where the requests are coming from, possibly by line number? The SQL printing middleware helps,[详细]
2022-12-13 04:43 分类:问答