Dmitry Sorokin

Results 11 comments of Dmitry Sorokin

Thank you for the reply, @tombh . I will prepare the simplified form as I've got it almost readable and update here.

The simplified version of the form is here: https://codesandbox.io/s/condescending-fog-0iqc3 For better view I would: * open only the form in separate tab in browser and in browsh from here: https://0iqc3.csb.app/...

I want to help with cookiecutter-django-shop

One of the changes needed for updates in cookiecutter-django-shop https://github.com/awesto/djangoshop-sendcloud/pull/4

And this https://github.com/divio/djangocms-text-ckeditor/pull/527

@jrief are you about to address this also? ```shell --- a/shop/management/commands/shop.py +++ b/shop/management/commands/shop.py @@ -225,7 +225,7 @@ Usage: page_attributes = [ # Menu Title, CMS-App-Hook or None, kwargs, Main Plugin,...

One of the last problem that I am facing right now: When running $ pipenv run ./manage.py initialize_shop_demo After migrating db it starts to load data and fails with: ```...

Still having some lesser problem when loading this skeleton.json: ```shell Applying sites.0002_alter_domain_unique... OK Initializing project myshop You are trying to change the nullable field 'created_at' on cascadeclipboard to non-nullable without...

Commented about cookiecutter-django-shop current status https://github.com/awesto/cookiecutter-django-shop/pull/33#issuecomment-628135190