Search code examples
Django/Python Beginner: Error when executing python manage.py syncdb - psycopg2 not found...

pythondjangodjango-syncdb

Read More
Can I use a database view as a model in Django?...

djangodjango-migrationssql-viewdjango-syncdb

Read More
How to disable django.contrib.auth completely?...

djangodjango-authenticationdjango-syncdb

Read More
Invalid Django TIME_ZONE...

pythondjangotimezonedjango-settingsdjango-syncdb

Read More
No migrations to apply...

pythondjangodjango-syncdb

Read More
Django doesn't detect the model I try to create...

djangodjango-modelsdjango-syncdb

Read More
Automatically create an admin user when running Django's ./manage.py syncdb...

djangoautomationdjango-syncdb

Read More
In django, how do I call the subcommand 'syncdb' from the initialization script?...

pythondjangoin-memory-databasedjango-syncdb

Read More
Database error: no such table: auth_user. Extending AbstractUser and using model to register on admi...

djangodjango-formsdjango-admindjango-authenticationdjango-syncdb

Read More
Django CMS fails to synch db or migrate...

pythondjangodjango-cmsdjango-syncdb

Read More
Django 1.8 Syncdb vs migrate...

djangomigrationdjango-syncdb

Read More
Django creating a DateTimeField(auto_now_add) on a populated table...

djangodjango-modelsdjango-databasedjango-syncdb

Read More
Getting exception when run syncdb in Django...

pythondjangopostgresqldjango-syncdb

Read More
Django update models.py when database changes...

mysqldjangodjango-syncdb

Read More
How to do django syncdb in version 1.4.2?...

pythondjangodjango-modelsdjango-syncdb

Read More
Django superuser fixture error - no such table: auth_user...

pythondjangodjango-authenticationdjango-syncdbdjango-fixtures

Read More
How to get './manage.py syncdb' to create additional views or run custom SQL?...

djangodjango-modelsdjango-syncdb

Read More
Django syncdb doesn't create tables from app...

pythondjangodjango-modelsdjango-syncdb

Read More
python manage.py syncdb does not automatically load initial_data.json fixture in Python Django...

pythondjangogitfixturesdjango-syncdb

Read More
Drop and recreate old tables in Django...

djangodjango-modelsdjango-syncdb

Read More
Trying to run syncdb in the django tutorial and getting error...

djangodjango-syncdb

Read More
Django Please enter either "yes" or "no" not taking answer...

djangodjango-syncdb

Read More
Django custom User shoots an import issue at runtime when syncing db...

pythondjangodjango-modelsdjango-authenticationdjango-syncdb

Read More
Django manage.py syncdb unfinishing...

djangopostgresqldjango-syncdb

Read More
table UserAndPlace_userprofile has no column named gender...

pythondjangodjango-modelsdjango-syncdbsyncdb

Read More
Clarification on django syncdb --all option...

djangodjango-1.6django-syncdb

Read More
Django syncdb cannot find postgres View for ForeignKey relation...

djangopostgresqlviewdjango-modelsdjango-syncdb

Read More
Django syncdb exception after updating to 1.4...

djangoupdatingdjango-syncdb

Read More
Django User(AbstractUser) contains foreign key...

djangodjango-modelsdjango-syncdb

Read More
Do I need to call syncdb before or after South migrate...

djangodjango-southdjango-appsdjango-syncdb

Read More
BackNext