generator-django-webapp
generator-django-webapp copied to clipboard
Django project not found
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
Have you tried the develop branch, by cloning and doing $ npm install && npm link
?