Closed
Bug 664859
Opened 14 years ago
Closed 14 years ago
webifyme-dev syncdb
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: jabba)
References
()
Details
According to Bug#663843Comment1 we need to
cd ff4
./manage.py syncdb
| Assignee | ||
Comment 1•14 years ago
|
||
[root@mradm02 ff4]# python26 manage.py syncdb
Syncing...
Creating table auth_message
Creating table django_admin_log
Installing index for auth.Message model
Installing index for admin.LogEntry model
No fixtures found.
Synced:
> django.contrib.auth
> django.contrib.contenttypes
> django.contrib.sessions
> django.contrib.sites
> django.contrib.messages
> djcelery
> django.contrib.admin
> django.contrib.admindocs
> south
Not synced (use migrations):
- ff4.things
(use ./manage.py migrate to migrate these)
[root@mradm02 ff4]#
Assignee: server-ops → jdow
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•