Skip to content Skip to sidebar Skip to footer
Showing posts with the label Admin

Django Admin Wont Load Certain Static Files

I have a strange issue that's occurred on several django projects and I'm trying to figure … Read more Django Admin Wont Load Certain Static Files

Django Admin Model Field Set To Current User

I have a model with field: class MyModel(models.Model): name = models.CharField(max_length=50) … Read more Django Admin Model Field Set To Current User

Since Django 1.2.1 'prepopulated_fields' Won't Prepopulate In The Admin

Since Django 1.2.1 'prepopulated_fields' won't prepopulate in the admin. prepopulated_f… Read more Since Django 1.2.1 'prepopulated_fields' Won't Prepopulate In The Admin