handle user delay between subscription and registration (#58):
* delete unconverted user credit (triggers a new attempt)
* ask new registrants to refresh page after 5 mins
project tidying:
* update project links (source.puri.sm)
* update copyright bylines (just "Purism SPC")
* update README
* switch to pipfile-based dependencies and minimally update dependencies according to pipenv reports
* update references to requirements.txt (still used for regular installs)
Signed-off-by:
David Seaward <david.seaward@puri.sm>
Showing
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
# Requirements for a development instance | ||
-r requires/production.txt # functional requirements and dependencies | ||
-r requires/documentation.txt # documentation requirements | ||
# do not modify manually | ||
# generated with "pipenv run pip freeze > requirements.txt" | ||
amqp==2.3.2 | ||
asn1crypto==0.24.0 | ||
bcrypt==3.1.4 | ||
billiard==3.5.0.4 | ||
celery==4.1.0 | ||
certifi==2018.4.16 | ||
cffi==1.11.5 | ||
chardet==3.0.4 | ||
choicesenum==0.2.2 | ||
confusable-homoglyphs==3.0.0 | ||
cryptography==2.3 | ||
dj-database-url==0.4.2 | ||
Django==1.11.15 | ||
django-agpl==4.0.0 | ||
django-auth-ldap==1.3.0 | ||
django-celery-beat==1.1.0 | ||
django-crispy-forms==1.7.0 | ||
django-extensions==1.9.9 | ||
django-ldapdb==0.9.0 | ||
django-registration==2.4.1 | ||
ephem==3.7.6.0 | ||
idna==2.7 | ||
Jinja2==2.10 | ||
jinja2-django-tags==0.5 | ||
kombu==4.2.1 | ||
MarkupSafe==1.0 | ||
ordereddict==1.1 | ||
paramiko==2.4.1 | ||
pyasn1==0.4.2 | ||
pyasn1-modules==0.2.2 | ||
pycparser==2.18 | ||
pyldap==3.0.0.post1 | ||
PyNaCl==1.2.1 | ||
python-dateutil==2.7.3 | ||
python-decouple==3.1 | ||
python-ldap==3.1.0 | ||
pytz==2018.5 | ||
requests==2.19.1 | ||
ruamel.yaml==0.15.52 | ||
six==1.11.0 | ||
strictyaml==0.11.5 | ||
typing==3.6.4 | ||
urllib3==1.23 | ||
vine==1.1.4 | ||
WooCommerce==1.2.1 |
Please register or sign in to comment