PetterJohanssonTilia / MyCreators

0 stars 0 forks source link

NoReverseMatch at /post/create/ #5

Closed PetterJohanssonTilia closed 4 months ago

PetterJohanssonTilia commented 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']

PetterJohanssonTilia commented 4 months ago

Added this to CreatePostView def get_success_url(self): return reverse_lazy('creator_aboutme', kwargs={'username': self.request.user.username})