Esteemed colleagues: I've just built a small web server running django .97, with python 2.4, mysql-python-1.2, and mod_python 3.2.8. I've tested and can start new django applications just fine (haven't fleshed any out to do further testing), so it looks like the django install is properly configured. However, when i try to run any of my old projects via "python manage.py runserver blah blah blah" i get these strange mysql errors, things like:
File "/home/minh/skysale/../skysale/products/models.py", line 35, in Product name = models.CharField(max_length=64, core=True) TypeError: __init__() got an unexpected keyword argument 'core' I get different errors in different projects, but they all have this same keyword argument error, when i know they're valid keywords. Is there some special procedure for running previously created projects in a fresh Django environment (using the same version of Django for the fresh install and the old projects)? Any help would be great. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---