Re: 1.7: module has no attribute

2014-08-11 Thread Malik Rumi
Damn. I wouldn't say I was out of the woods yet, still other errors to deal with, but at least this one does seem to have gone away. Thanks, Sulphur. On Monday, August 11, 2014 1:01:34 AM UTC-5, Me Sulphur wrote: > > It is SlugField (F is capital) and not Slugfield > > Refer: > https://docs.djang

Re: 1.7: module has no attribute

2014-08-10 Thread Me Sulphur
It is SlugField (F is capital) and not Slugfield Refer: https://docs.djangoproject.com/en/dev/ref/models/fields/#slugfield On Monday, 11 August 2014 10:06:20 UTC+5:30, Malik Rumi wrote: > > I am trying to make my first django project using 1.7. When I try to run > python manage.py * (runserver

1.7: module has no attribute

2014-08-10 Thread Malik Rumi
I am trying to make my first django project using 1.7. When I try to run python manage.py * (runserver, makemigrations, shell, validate - it doesn't matter) I get the same error: slug = models.Slugfield(max_length=50, unique=True) AttributeError: 'module' object has no attribute 'Slugfield' He