Error

2018-01-26 Thread 'Anoosha Masood Keen' via Django users
Working with ticket #29039 *Error:* if name.startswith('.'): AttributeError: 'NoneType' object has no attribute 'startswith' *CODE added to settings.py:* MIGRATION_MODULES = {} for app in INSTALLED_APPS: if app: MIGRATION_MODULES[app] = N

Contributing to Django

2018-01-24 Thread 'Anoosha Masood Keen' via Django users
Hi, I have assigned a ticket to myself. Now what do I need to do ? Fork django project and create branch for that ticket and push it ? Am I right? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

Re: PostrgreSQL Inside Virtualenv

2018-01-24 Thread 'Anoosha Masood Keen' via Django users
Install it on your computer. On Wednesday, January 24, 2018 at 8:49:17 AM UTC, tangoward15 wrote: > > > Hi, > > > Newbie question, since I installed django and pillow inside virtualenv, > shall I also install PostgreSQL inside Virtualenv? At the moment I am still > using SQLite in my pet project

Re: unable to save object Django (2.0)

2018-01-24 Thread 'Anoosha Masood Keen' via Django users
Try this in models.py file *class personmanager(models.Model):notes = models.TextField()link = models.URLField()number = models.IntegerField()def create_person(self,note,link,number):self.notes=note self.link=linkself.number=number

Re: PostrgreSQL Inside Virtualenv

2018-01-24 Thread 'Anoosha Masood Keen' via Django users
Hi tangoward15. No need to install PostgreSQl at this stage. Just continue with the tutorial. SQLite works fine. On Wednesday, January 24, 2018 at 8:49:17 AM UTC, tangoward15 wrote: > > > Hi, > > > Newbie question, since I installed django and pillow inside virtualenv, > shall I also install Pos

Re: new to Django

2017-03-06 Thread 'Anoosha Masood Keen' via Django users
Hi I am new to Django and I don't know where to start or what to do for contribution? On Sunday, March 5, 2017 at 10:58:09 PM UTC+5, jayant jain wrote: > > Hi all users, > I am a new user of* Django* > with a basic knowledge of * Python* language .Please recommend *me what > more to learn* to st