If your project uses an older verison of Django or Django Rest Framework, you can choose an older version of this project.
This Project
Python Version
Django Version
Django Rest Framework
0.1+
3.5 - 3.10
2.2, 3.0, 3.1, 3.2, 4.0
3.7>=
Make sure to use at least DRF 3.10
when using Django 3.0
or newer.
Durin should be installed with pip
:
$ pip install django-rest-durinSetup Durinï
Add rest_framework
and durin
to your INSTALLED_APPS
, remove rest_framework.authtoken
if you were using it.:
INSTALLED_APPS = ( ... 'rest_framework', 'durin', ... )
Make Durinâs durin.auth.TokenAuthentication
your default authentication class for django-rest-framework:
REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ('durin.auth.TokenAuthentication',), ... }
Add the Durinâs URLs (durin.urls) patterns to your project.
Customize Durinâs Settings (durin.settings) for your project.
Apply the migrations for the models:
$ python manage.py migrate
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4