Hi!

I'm using Django south, the migrations app, basically it generates
python files under directory/module "migrations", e.g.
myapp.migrations.

But now my Eclipse Problems List is full of crap so to speak, almost
all generated migration files causes some sort of error, so the
question is how can I ignore these errors?

I tried putting to to pylint arguments box following:
"--ignore=migrations" but it didn't help a thing. And from pydev error
checker I could not find a way to ignore by directory.

Any help is appreciated, Thanks.

- Jari Pennanen

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to