Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get urls.py to work. #40

Open
ursixc9 opened this issue Aug 8, 2011 · 1 comment
Open

Can't get urls.py to work. #40

ursixc9 opened this issue Aug 8, 2011 · 1 comment

Comments

@ursixc9
Copy link

ursixc9 commented Aug 8, 2011

I'm a noob trying to get this scheduler to work. I followed all the instructions to configure settings.py and have the url pattern redirect to use the urls.py file inside the 'schedule' app folder with the following code:
urlpatterns = patterns('',
(r'^schedule/', include('schedule.urls')),
)

However, nothing is showing up. I don't see any errors or additional information. When I go to http://localhost:8000/schedule/, a blank page shows up. The strange thing is if I go to http://localhost:8000/schedule/1234 or any random parameter, I get the same blank page. I'm assuming that Django is not seeing my urls path properly. Can someone please help me?

@springgrass
Copy link

Make sure that your base template has block "body" and other blocks used in schedule templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants