Application not showing in admin panel

2009-12-02 Thread dr.NO
I've installed application djangodblog, it's working, it's logging everything into db - but it's not showing in the admin panel ... - any idea how to fix thax ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Watermarker - Import error

2009-12-02 Thread dr.NO
Hi, I've installed module - django-watermark - using easy_install added watermarker to INSTALLED_APPS in settings.py then i run python manage.py validate - it shows 0 errors then python manage.py syncdb - database table was created without errors then i've checked if everytning is fine with wate

Error message customization

2009-11-25 Thread dr.NO
Hi, How can i display field name using verbose_name not just field name in validation of ModelForm ? For egz. shipping_character = models.CharField('Your game character name ',max_length=50) <-- field from model if it's empty validatior error is shipping_character - field is required an