Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Urls

Django 1.5.1 'importerror: No Module Named Urls' When Running Tests

I've started project with Django 1.5 I've the following urls, views, and tests of the profi… Read more Django 1.5.1 'importerror: No Module Named Urls' When Running Tests

How To Get Parameters From Current Url

Is it possible to get an specific parameter in a url and use it in a template ? `{{ request.path }}… Read more How To Get Parameters From Current Url

How Do I Use A Decimal Number In A Django Url Pattern?

I'd like to use a number with a decimal point in a Django URL pattern but I'm not sure whet… Read more How Do I Use A Decimal Number In A Django Url Pattern?