zappycode / zappycode-django

The code behind ZappyCode.com 💻 Come check it out and see how it ticks!
51 stars 41 forks source link

Fixed the error on money page and made a custom 404 page #38

Closed LordUttam closed 4 years ago

LordUttam commented 4 years ago

Remember to change ALLOWED_HOSTS in settings.py file to ALLOWED_HOSTS = ['localhost','127.0.0.1'] when testing the custom 404. Will fix the footer on 404 in next commit (It is not at the foot somehow).

zappycode commented 4 years ago

Thanks a ton @LordUttam! Awesome work