shuh
@shuh
Does anyone know if Django Channels is supported by repl.it? As far as my limited understanding goes, it enables web sockets to be used?
a5rocks I mean, try it and see! https://repl.it/languages/django though keep in mind the version of Django is very old, though if it's available I don't see why it shouldn't work.3 years ago
Hi guys,
When I press CTRL-C on the bash to get out of the Django runserver, it doesn’t seem to do anything?
Anyone know how else I can stop the run
Hi all,
New to the repl.it game so hopefully you can help me out
I’m trying to build a web application using the Django web framework. When I try ad
fixXxerTech Very funny to see this article I just FINALLY solved this problem THIS MORNING LITERALLY.
1.) Create a Django project USING THE REPLIT DJANGO TEMPLATE
2.) Delete all other files EXCEPT manage.py and package files ( poetry.lock and pyproject.toml )
3.) Drag and drop your project from your local machine into your replit IDE EXCEPT your local manage.py file, leave that one.
--> This is the main part .settings')
...
...
That is all.
I also found a replit article that said to add the following;
9 months ago