Re: [mezzanine-users] i am getting error while installing mezzanine

2017-01-04 Thread 'Jim Walker' via Mezzanine Users
Hi, I'm getting the same issue. I'm running Django 1.7.6, and ran "mezzanine-project blog" from the directory of a pre-exisiting django top level directory, with its own manage.py. I've copied these database settings across from the original apps settings.py so that the same mysql DB can be use

Re: [mezzanine-users] i am getting error while installing mezzanine

2016-02-13 Thread Ken Bolton
Please provide the specifics of your situation, including the commands run before the `createdb`. On Thu, Feb 11, 2016 at 11:27 PM, wrote: > python manage.py createdb > Traceback (most recent call last): > File "manage.py", line 14, in > execute_from_command_line(sys.argv) > File > "/us

[mezzanine-users] i am getting error while installing mezzanine

2016-02-11 Thread electrifyingpratyush
python manage.py createdb Traceback (most recent call last): File "manage.py", line 14, in execute_from_command_line(sys.argv) File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line utility.execute() File "/usr/lib/python