Go to file
PCoder e1764736fc Update django to fix the error SyntaxError: Generator expression must be parenthesized
alpine:~/dynamicweb# docker run -ti dynamicweb:latest
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7fdc22767710>
Traceback (most recent call last):
  File "/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 227, in wrapper
    fn(*args, **kwargs)
  File "/venv/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 117, in inner_run
    autoreload.raise_last_exception()
  File "/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 250, in raise_last_exception
    six.reraise(*_exception)
  File "/venv/lib/python3.7/site-packages/django/utils/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 227, in wrapper
    fn(*args, **kwargs)
  File "/venv/lib/python3.7/site-packages/django/__init__.py", line 27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/venv/lib/python3.7/site-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/venv/lib/python3.7/site-packages/django/apps/config.py", line 94, in create
    module = import_module(entry)
  File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/venv/lib/python3.7/site-packages/django/contrib/admin/__init__.py", line 4, in <module>
    from django.contrib.admin.filters import (
  File "/venv/lib/python3.7/site-packages/django/contrib/admin/filters.py", line 10, in <module>
    from django.contrib.admin.options import IncorrectLookupParameters
  File "/venv/lib/python3.7/site-packages/django/contrib/admin/options.py", line 12, in <module>
    from django.contrib.admin import helpers, widgets
  File "/venv/lib/python3.7/site-packages/django/contrib/admin/widgets.py", line 151
    '%s=%s' % (k, v) for k, v in params.items(),
    ^
SyntaxError: Generator expression must be parenthesized
2023-05-27 07:03:23 +00:00
alplora Move js to correct place 2020-06-19 15:25:34 +05:30
cms_templates Remove header block that causes the blog title to appear 2019-05-04 14:35:52 +02:00
configs Remove unused configs, unused requirements 2017-06-03 16:06:34 +02:00
datacenterlight Change to dcl-orders for new vm and removing ipv6onlyhosting.{net,ch} references 2022-05-16 11:56:05 +02:00
design_membership Merge branch 'master' of github.com:ungleich/dynamicweb 2016-05-14 22:30:05 +02:00
digitalglarus Change to dcl-orders for new vm and removing ipv6onlyhosting.{net,ch} references 2022-05-16 11:56:05 +02:00
docs started translations 2017-02-20 22:25:07 -05:00
dynamicweb Comment out celery for the moment 2023-05-27 07:02:19 +00:00
hosting Change admin email to dcl-orders for vm purchase 2022-02-05 08:30:58 +05:30
logs Improve log formatting 2019-04-13 12:04:18 +02:00
media remove more media files 2017-06-03 19:24:47 +02:00
membership Formatting and documentation 2020-12-31 22:46:15 +05:30
nosystemd Replace another occurrence in a commented block 2018-01-07 08:42:52 +01:00
opennebula_api Log error messages 2021-01-07 16:30:48 +05:30
railshosting/static/railshosting/img Merge branch 'develop' of git-ungleich:dynamicweb into develop 2015-09-15 11:16:02 -06:00
templates Change to dcl-orders for new vm and removing ipv6onlyhosting.{net,ch} references 2022-05-16 11:56:05 +02:00
ungleich Fix font-awesome css file location 2019-05-05 20:34:13 +02:00
ungleich_page Replace jQuery dependent code with vanilla js 2023-04-14 05:05:35 +02:00
utils Fix bad import 2021-08-30 18:38:58 +05:30
webhook Don't send admin email if IncompletePaymentIntent lookup doesn't contain a value 2021-01-01 11:17:07 +05:30
.dockerignore Add support for docker build + docker release 2021-12-17 22:21:59 +01:00
.gitignore [gitignore] ignore venv/ 2023-05-23 19:05:15 +02:00
.python-version added python version 2015-10-07 20:27:34 -06:00
.travis.yml Update .travis.yml 2018-04-05 23:31:50 +02:00
Changelog Update changelog 2023-04-14 05:07:37 +02:00
DEPLOY.rst Merge remote-tracking branch 'refs/remotes/origin/master' 2016-03-05 19:57:41 +00:00
Dockerfile Prepare a venv 2023-05-27 07:01:39 +00:00
INSTALLATION.rst init commit 2019-12-10 22:53:50 +05:00
Makefile Add support for docker build + docker release 2021-12-17 22:21:59 +01:00
README.rst Update README.rst 2017-11-27 08:14:35 +01:00
deploy.sh Updated deploy.sh: corrected terminology 2017-08-19 18:32:58 +05:30
manage.py changes on prod - master 2016-03-05 19:46:46 +00:00
release.sh Add support for docker build + docker release 2021-12-17 22:21:59 +01:00
requirements.archlinux.txt init commit 2019-12-10 22:53:50 +05:00
requirements.debian.txt changes on prod - master 2016-03-05 19:46:46 +00:00
requirements.txt Update django to fix the error SyntaxError: Generator expression must be parenthesized 2023-05-27 07:03:23 +00:00
setup.cfg Added Flake8 lib and fixed PEP8 violations 2017-06-29 17:34:40 +03:00
uwsgi.ini added python path 2016-03-05 19:49:22 +00:00
vat_rates.csv Remove wrong Ireland country code in vat rates 2020-04-21 00:02:21 +05:30

README.rst

ungleich
========

dynamicweb
----------

.. image:: https://travis-ci.org/ungleich/dynamicweb.svg?branch=master
    :target: https://travis-ci.org/ungleich/dynamicweb

Website for ungleich GmbH
=======

- djangocms
    - forms!
    - hosting urls
        - /hosting/django/
        - /hosting/rubyonrails/
        - /hosting/nodejs/
        --