Marijus
Marijus

Reputation: 833

get_absolute_url returns an empty string/object has no attribute

http://pastebin.com/H7n1Juv0
http://pastebin.com/hJvcAdBG # full model, if needed..
How can I fix this ?

Upvotes: 0

Views: 551

Answers (1)

Camilo Díaz Repka
Camilo Díaz Repka

Reputation: 4815

Your get_absolute_url method must be present directly in your Model class (is nested a level deeper than necessary, thus being part of your save method).

Upvotes: 3

Related Questions