modocache / django-generate-scaffold

Generate a Django model, views, URLconf, and templates using a single command.
139 stars 39 forks source link

Scaffold doesn't generate all files #17

Closed timonweb closed 12 years ago

timonweb commented 12 years ago

I'm on Django 1.4.1, following exactly instructions given in this video http://vimeo.com/42399125 on a clean install, my scaffold doesn't generate all files:

Screenshot with command line output http://imagebin.org/230344

What can be wrong there?

modocache commented 12 years ago

It appears you're using Windows, is that correct? I believe this is due to issue #1... I don't have a Windows machine to properly test any changes this might involve, but I will try to fix this issue in the near future. Alternatively, if you could submit a pull request, that'd be stellar.

modocache commented 12 years ago

@timonweb Please try to python setup.py install the latest on the develop branch and let me know if the issue has been resolved.

modocache commented 12 years ago

Should be fixed in v0.0.5a0. Please reopen if you are still experiencing issues.

timonweb commented 12 years ago

I confirm. Fixed. Thank you.

modocache commented 12 years ago

:+1: