jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

changing project script using Python instead of Js #116

Open nerdoc opened 3 years ago

nerdoc commented 3 years ago

Enhancement

Description

sockpuppet needs to (globally) install add-project-script Js library temporarily during initialize mgmt command. This leads to some difficulties, slows down the process, and is error prone.

Fixes #115 It's faster, less dependencies, easier.

Please don't pull this PR yet, as it is still a WIP. @jonathan-s please tell me what you think, and @sagannotcarl maybe you could tell me what you say about that.

Checklist