Lots of errors after deploying and going live

2020-02-04 Thread Dave Ko
Hi guys, so this is a very general post, I have been working on a django blog following Corey Schafer's Django tutorial. Everything went smoothly on local machine, but once I deployed it, I am having all kinds of troubles. >From password_reset (still not solved) to uploading image ran into

Re: Big Problem After Going Live: NoReverseMatch at /login/ Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name

2020-01-31 Thread Dave Ko
t >> unchanged. Does anything change? >> >> -Jorge >> >> On Fri, Jan 31, 2020 at 9:21 PM Dave Ko > >> wrote: >> >>> >>> LOGIN_REDIRECT_URL = 'news:all_news' >>> >>> >>> all_news is the first page of the webs

Re: Big Problem After Going Live: NoReverseMatch at /login/ Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name

2020-01-31 Thread Dave Ko
et", which won't match. > > Let's try to rename that url conf to password_reset, and leave the rest > unchanged. Does anything change? > > -Jorge > > On Fri, Jan 31, 2020 at 9:21 PM Dave Ko > > wrote: > >> >> LOGIN_REDIRECT_URL = 'news:all_news' >

Re: Big Problem After Going Live: NoReverseMatch at /login/ Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name

2020-01-31 Thread Dave Ko
LOGIN_REDIRECT_URL = 'news:all_news' all_news is the first page of the website On Saturday, February 1, 2020 at 1:16:53 PM UTC+8, jlgimeno71 wrote: > > > > On Fri, Jan 31, 2020 at 8:33 PM Dave Ko > > wrote: > >> I also have some trouble with using signal,

Re: Big Problem After Going Live: NoReverseMatch at /login/ Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name

2020-01-31 Thread Dave Ko
LOGIN_REDIRECT_URL = 'news:all_news' On Saturday, February 1, 2020 at 12:20:29 PM UTC+8, jlgimeno71 wrote: > > > On Fri, Jan 31, 2020 at 5:35 PM Dave Ko > > wrote: > >> Hi everyone, >> >> I am pretty new to django programming, I was following a t

Re: Big Problem After Going Live: NoReverseMatch at /login/ Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name

2020-01-31 Thread Dave Ko
I also have some trouble with using signal, which works perfectly fine on localhost but not deployed On Saturday, February 1, 2020 at 12:20:29 PM UTC+8, jlgimeno71 wrote: > > > On Fri, Jan 31, 2020 at 5:35 PM Dave Ko > > wrote: > >> Hi everyone, >> >> I am