Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8451801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:20:13+00:00 2026-06-10T11:20:13+00:00

I am new to Django, I have started learning just a week ago. I

  • 0

I am new to Django, I have started learning just a week ago. I am taking the reference of Django Docs, but I can’t understand how to give url to an app. So can anybody please tell me how to give url to an app with description?

for example:- If I want to make a login form and when I click on login button it goes to the home page.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T11:20:15+00:00Added an answer on June 10, 2026 at 11:20 am

    Django is a web framework

    A web framework carry out common works for you(the web developer)

    One of the common works is resolving the http request

    One of the resolving is direct the request pointing to a URL to a specific piece of code which handles this request and generate the response.

    We sometime call the stuff carrying out the above mechanism a URL router of the web framework. The piece of code in Django is a function(which generate a http response), we call it the view.

    So we say the framework’s URL router map a URL to a view.

    You tell the router what URL maps to what view by listing your url-view mappings in the solo urls.py in the root directory of your project

    If you dislike the solo urls.py being too large, you can split this file into multiple files, and put them in individual Apps directory. Then by using include syntax you aggregate them into the solo urls.py

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm still relatively new to Django and have just started poking around at Django-CMS,
As I am working through https://docs.djangoproject.com/en/1.4/topics/db/models/ , in django, I have started a new
I'm new to Django but I seem to have nearly identical code working on
I'm new to Django, but the application that I have in mind might end
I'm new to Django and Web programming in general. Have googled but could not
I started out with Django some days ago and I have now made a
I am new to Django and have started working on a mature Django project.
I have made an online gallery using Python and Django. I've just started to
So I've just started playing around with Django and I decided to give it
Disclaimer: I am new to django but have coded in Drupal I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.