Refine results
python (3)
migration (3)
schema (3)
evolution (3)
schema-evolution (2)
mysql (2)
postgresql (2)
sqlite (1)
database_schema (1)
postgresql_schema (1)
schema_migration (1)
postgres (1)
When you run ./manage.py syncdb, Django will look for any new models that have been defined, and add a database table to represent those new models. However, if you make a change to an existing model, ./manage.py syncdb will not make any changes to
Metrics updated about 1 hour ago
Import, store and retrieve news from the web. - use provided websites importers or build your own very easily - newsmemory will parse the web and store the articles periodically - a web interface lets you browse the news or search the database - flag a newsitem, the others users will see it as flagged
Metrics updated about 20 hours ago
The pgmigrate tool is developed for managing changes in database structure between a project members. It does so by managing so called 'patches'. Small pieces of SQL or Python code which modifies database schema. So far it supports only PostgreSQL. Starting from 1.2.0 can be easily integrated with Django to solve schema migration issue.
Metrics updated 08 Jul 08
Django External Schema Evolution Branch Django, via the command ./manage syncdb, can automatically build a database schema based on your applications models.py file. However, after you've done this once, it leaves you with two unpleasant follow-up
Metrics updated about 4 hours ago
java
c++
web
development
linux
php
python
library
programming
tools