Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
thrasymache
/
finitelycomputable-microsites
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
finitelycomp...
/
idtrust-django
Sam Newbold
ab95d6e78e
temporary home for peewee dependancy
2 years ago
..
finitelycomputable
695f184155
functional-enough flask version
2 years ago
LICENSE.txt
211af0b841
id_trust package becomes finitelycomputable.idtrust_django
4 years ago
README.rst
1d46ae00fb
converting Django templates to Jinja2 and moving them to idtrust-common
4 years ago
dist
211af0b841
id_trust package becomes finitelycomputable.idtrust_django
4 years ago
finitelycomputable_microsites_setup.py
211af0b841
id_trust package becomes finitelycomputable.idtrust_django
4 years ago
setup.py
ab95d6e78e
temporary home for peewee dependancy
2 years ago
README.rst
================================
Identification of Trust (Django)
================================
This is a implementation of the Identification of Trust microsite using the
Django framework
Installation::
INSTALLED_APPS += 'finitelycomputable.idtrust_django.apps.IdTrustConfig',
urlpatterns += path('identification_of_trust/',
include('finitelycomputable.idtrust_django.urls')),