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

Linking Site Pages in Django #7

Open
Chitrank-Dixit opened this issue Aug 16, 2013 · 0 comments
Open

Linking Site Pages in Django #7

Chitrank-Dixit opened this issue Aug 16, 2013 · 0 comments

Comments

@Chitrank-Dixit
Copy link
Owner

using urls.py: This files specifies all the files that would be connected when called through
any hyper-reference and this like
url(r'^$', 'trackleech.blog.views.home', name='home')
arg 1 shows find the page in blog and thus nothing is specified that means to search for index.html
arg 2 takes full heirarchy of the django filesystem and
arg 3 takes name argument

similar behaviour with the next line as well
url(r'^blog/', 'trackleech.blog.views.search', name='search'),
arg 1 shows find the page in blog and thus nothing is specified that means to search for page in blog/
arg 2 takes full heirarchy of the django filesystem and
arg 3 takes name argument

@ghost ghost assigned Chitrank-Dixit Aug 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant