Page not found (404) Request Method: GET Request URL:
http://localhost:8080/static/grappelli/
Directory indexes are not allowed here.
You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a standard 404
page.
added grappelli theam for django admin and getting this error why i dont
know plz help
'url' is not a valid tag library: Template library url not found, tried
django.templatetags.url,grappelli.dashboard.templatetags.url,grappelli.templatetags.url,django.contrib.admin.templatetags.url
--
You rec
want this directory indexed?
> Le 16 juil. 2012 13:24, "chhots" a écrit :
>
>> Page not found (404) Request Method: GET Request URL:
>> http://localhost:8080/static/grappelli/
>>
>> Directory indexes are not allowed here.
>>
>> You'r
check my url.py
On Tuesday, July 17, 2012 10:46:51 PM UTC+5:30, chhots wrote:
>
> exactly i am not getting this sentence what is that...
>
> i m getting on it on ubuntu os.
>
> On Monday, July 16, 2012 10:51:16 PM UTC+5:30, Thomas Orozco wrote:
>>
>> What is your
TemplateSyntaxError at /admin/
'url' is not a valid tag library: Template library url not found, tried
django.templatetags.url,element.grappelli.templatetags.url,django.contrib.admin.templatetags.url
plz help
--
You received this message because you are subscribed to the Google Groups
"Djang
class Like(models.Model):
smartbuy = models.ForeignKey(SmartBuy)
User = models.ForeignKey(User)
def __unicode__(self):
return self.smartbuy or “Smartbuy #%d” % self.smartbuy
i have this model which is both fields are foreign key from other
table and when i tri to add some in this model through djna
6 matches
Mail list logo