EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
36 stars 18 forks source link

README is misleading #181

Closed topotropic closed 10 years ago

topotropic commented 10 years ago

I followed the readme and got stuck when I tried to start the server with $ python manage.py runserver–the stylesheets weren't found. I skipped the part below the "Development" headline because it states "you will probably need a dummy mail server and other services"... (I thought that I don't need a dummy mail server...). It took me a while to figure out that I have to start the server with $ honcho start. Would be helpful to make it clearer, for example replace $ python manage.py runserver with $ honcho start