Closed PetterJohanssonTilia closed 4 months ago
After submiting a post you get this error
NoReverseMatch at /post/create/ Reverse for 'creator_aboutme' with no arguments not found. 1 pattern(s) tried: ['creator/(?P[^/]+)/\Z']
Added this to CreatePostView def get_success_url(self): return reverse_lazy('creator_aboutme', kwargs={'username': self.request.user.username})
After submiting a post you get this error
NoReverseMatch at /post/create/ Reverse for 'creator_aboutme' with no arguments not found. 1 pattern(s) tried: ['creator/(?P[^/]+)/\Z']