making progress but now get error at *8 (bottom)
./manage.py syncdb

(myblog)-bash-3.2$ ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 7, in ?
    from django.core.management import execute_manager
ImportError: No module named django.core.management
(myblog)-bash-3.2$

--------------------------------------------------------------
1. mkvirtualenv myblog —-no-site-packages
2. workon myblog
3. cdvirtualenv
4. git clone git://github.com/montylounge/django-mingus.git
5. cd django-mingus/mingus
6. pip install -r stable-requirements.txt
7. cp local_settings.py.template local_settings.py
8. ./manage.py syncdb
9. ./manage.py loaddata test_data.json
10. ./manage.py runserver


On 17 July, 15:12, Peter Herndon <[email protected]> wrote:
> From the virtualenvwrapper instructions:
> "First, some initialization steps. Most of this only needs to be done one 
> time. You will want to add the command tosource 
> /usr/local/bin/virtualenvwrapper.sh to your shell startup file, changing the 
> path to virtualenvwrapper.sh depending on where it was installed by pip."
>
> Did you do this part?
>
> On Jul 17, 2010, at 9:28 AM, justin jools <[email protected]> wrote:
>
> > still trying to install django-mingus
>
> > I loggged into my server with ssh and installed virtualenv and
> > virtualenvwrapper
> > easy_install  virtualenv
> > pip virtualenvwrapper
> > ok...
>
> > trying to follow the install instructions(bottom). I guess virtualenv/
> > virtualenvwrapper need setting up?
> > 1.  mkvirtualenv myblog --no-site-packages (virtualenv myblog --no-
> > site-packages works but I guess this is not correct)
> > error:
> > -bash: mkvirtualenv: command not found
>
> > 2.workon myblog
> > error:
> > -bash: workon: command not found
>
> > ----------------------------------------------------------------------------------------------------------------------------------------------
> > The quick start assumes basic familiarity with "vitualenv":http://
> > virtualenv.openplans.org/, "virtualenv wrapper":http://
> >www.doughellmann.com/projects/virtualenvwrapper/.
>
> > It also assumes you have both subversion, mecurial, and git clients
> > locally.
>
> > * mkvirtualenv myblog --no-site-packages
> > * workon myblog
> > * cd myblog
> > * git clone git://github.com/montylounge/django-mingus.git
> > * cd django-mingus/mingus
> > * pip install -r stable-requirements.txt
> > * ... wait a bit
> > * mv local_settings.py.template local_settings.py
> > * ./manage.py syncdb
> > * .manage.py loaddata test_data.json
> > * ./manage.py runserver
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to