Another pkg manager are running.
Try to kill or stop those processes.
Another pkg manager are running.
Try to kill or stop those processes.
You may get the above error.
setenv is used with csh
For bash, export is used (not setenv)
If you got the above error,
check if ‘templatetags’ directory has
__init__.py file or not.
You may get this type of error “no such column” when you change the models.
Try this one
$python manage.py reset thenameofyourapp
$python manage.py syncdb
———-
PS: The problem here is that all existing database will be going away.
