rockallite / generator-django-webapp

Yeoman generator that scaffolds out a Django web app with front-end support.
52 stars 7 forks source link

Django project not found #3

Open audoeyop opened 9 years ago

audoeyop commented 9 years ago

When I follow the instructions on the main readme.md file, I am seeing the following:

root@ubuntu:~/test/yo/greatDebate# django-admin startproject project
root@ubuntu:~/test/yo/greatDebate# cd project/
root@ubuntu:~/test/yo/greatDebate/project# ls
manage.py  project
root@ubuntu:~/test/yo/greatDebate/project# yo django-webapp
Error: Django project not found, or project name is wrong.

You must run me in the base directory of the project
(e.g. the one contains `manage.py` file).
root@ubuntu:~/test/yo/greatDebate/project#

Am I doing anything wrong?

ps.. your generator seems awesome.. I wish I could play with it

nerdfiles commented 9 years ago

Have you tried the develop branch, by cloning and doing $ npm install && npm link ?