paltman-archive / nashvegas

Another database migration script runner for Django projects.
http://paltman.github.com/nashvegas
MIT License
97 stars 18 forks source link

Ignore .pyc files by default in migrations #43

Closed brutasse closed 12 years ago

brutasse commented 12 years ago

I deployed packaged django projects and for some reason I get .pyc files in my migrations directory.

This ignores them by default, although I'm not sure nashvegas should cry that loud when an extension isn't recognized. A RuntimeWarning is probably enough…

paltman commented 12 years ago

Thanks!