Install and setup
Installing is pretty easy:
Once you install is open your settings.py
file and register the app:
Next, you'll need to open up you urls.py
file and add the next things:
Import the auto register function. That function will look for classes that uses the decorator and then do some magic (which already been discussed in the previous section):
Next, at the bottom of the file add use the command we imported:
That's it! Let's register some routes
Last updated