Skip to content

URLs

One of the most exciting features that made Django so popular was its URL handlers for its simplicity, right now, all frameworks implemented this format.

Introduction

Read this.

Writing URLs

Read this.

Where are the urls?

It where in breathecode/APP_NAME/urls.py.