generator-django-webapp icon indicating copy to clipboard operation
generator-django-webapp copied to clipboard

Django project not found

Open audoeyop opened this issue 10 years ago • 1 comments

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

audoeyop avatar Oct 01 '14 21:10 audoeyop

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

nerdfiles avatar Aug 20 '15 16:08 nerdfiles