ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

0.11.x homepage UI is... not beautiful #850

Closed piggybit closed 4 years ago

piggybit commented 4 years ago

installed 0.11.x but homepage UI is not like the old version. Anything wrong i have done?

Screenshot from 2019-10-19 08-57-06

evgenyfadeev commented 4 years ago

Hey @piggybit it actually says: "if you do not see page styling, ... or use --insecure flag with the runserver command".

python manage.py runserver --insecure

this will instruct the dev server provide the assets. Please check out the django documentation for the runserver command.

piggybit commented 4 years ago

tks!