search for: syncdb

Displaying 2 results from an estimated 2 matches for "syncdb".

Did you mean: syncdbg
2013 Aug 01
1
Django 1.5 Upgrade
...n the dir I untar-ed Django-1.5.1 to. This all worked fine. On a Centos system running python 2.6 I did: rm -rf /usr/lib/python2.6/site-packages/django followed by the setup.py install. My django app is working, and appears to be running 1.5, however anytime I use manage.py (for collectstatic or syncdb or test, for example) I get these messages: /usr/lib/python2.6/site-packages/django/core/management/__init__.py:465: DeprecationWarning: The 'execute_manager' function is deprecated, you likely need to update your 'manage.py'; please see the Django 1.4 release notes (https://docs.d...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...er/templates * diff --git a/server/README b/server/README new file mode 100644 index 0000000..48eef4b --- /dev/null +++ b/server/README @@ -0,0 +1,5 @@ +To run the reference implementation management server, do the follow + +1. Go into the ovirtserver directory. +2. Create the database: ./manage.py syncdb +3. Start the management server: ./manage.py runserver diff --git a/server/README.txt b/server/README.txt deleted file mode 100644 index 809ebf3..0000000 --- a/server/README.txt +++ /dev/null @@ -1,24 +0,0 @@ -This file is for you to describe the server application. Typically -you would include inf...