absurd-django icon indicating copy to clipboard operation
absurd-django copied to clipboard

Results 10 absurd-django issues
Sort by recently updated
recently updated
newest added

We should see if we can reuse this: https://sandpack.codesandbox.io/ It seems to be mostly for javascript usecases, if I understood correctly it uses a bundler for running the code (https://sandpack.codesandbox.io/docs/advanced-usage/client#hosting-the-bundler),...

Opening this up as a draft, lots of things still to do (including me needing to learn how hooks actually work!)

Current we always re-execute the code when the "file" changes, and when we do that we set a variable called `browser_page` to the URL we defined in the preview browser....

It would be cool to have a button on the "my todos" page called "add" where clicking on the button adds a todo to the list of todos: For simplicity...

It would be great if we could use Django's migrations instead of manually running SQL to create/modify tables Probably depends on #2 and #6 and maybe also #5

Let users enter management commands (somehow?)

When you make changes to the code, and then reload the page, it would be great if your changes stuck around

At the moment we get this error when running the code for the first time: ``` from e django.core.exceptions.ImproperlyConfigured: The included URLconf '__main__' does not appear to have any patterns...

It would be nice to allow users to write multiple files. We could even change the default template to be the django one