Hi group, I need your help to solve the next error. I don't understand what 
is happenning... First, here is what looks my modelclass 
Chambre(models.Model):        categorie = models.CharField(max_length=255, 
help_text="")    nombre = models.IntegerField()

and second, the error I get:

OperationalError at /admin/theme/chambre/

no such table: theme_chambre

Request Method:GETRequest URL:http://127.0.0.1:8000/admin/theme/chambre/Django 
Version:1.6.7Exception Type:OperationalErrorException Value:

no such table: theme_chambre

Exception 
Location:/usr/lib64/python3.3/site-packages/django/db/backends/sqlite3/base.py 
in execute, line 452Python Executable:/usr/bin/python3Python 
Version:3.3.2Python 
Path:

['/home/jea/Sites/ibahotel',
 '/usr/lib/python3.3/site-packages/setuptools-5.7-py3.3.egg',
 '/usr/lib/python3.3/site-packages/pip-1.5.6-py3.3.egg',
 '/usr/lib64/python33.zip',
 '/usr/lib64/python3.3',
 '/usr/lib64/python3.3/plat-linux',
 '/usr/lib64/python3.3/lib-dynload',
 '/usr/lib64/python3.3/site-packages',
 '/usr/lib/python3.3/site-packages',
 '/home/jea/Sites']



-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to