Thanks Kasper, I did it with this tutorial, works fine, but with my project it doesn't.
I received a lot of errors: *Sorry, something went wrong:Traceback (most recent call last):File "class/flask_sockets.py", line 30, in __call__handler, values = adapter.match()File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in matchraise NotFound()werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.During handling of the above exception, another exception occurred:Traceback (most recent call last):File "class/public.py", line 299, in ReadFilef_body = fp.read()File "/www/server/panel/pyenv/lib/python3.7/codecs.py", line 322, in decode(result, consumed) = self._buffer_decode(data, self.errors, final)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byteDuring handling of the above exception, another exception occurred:Traceback (most recent call last):File "class/public.py", line 304, in ReadFilef_body = fp.read()File "/www/server/panel/pyenv/lib/python3.7/codecs.py", lin.........and more* when i try to create a project with python manager 2.0. I can't understand *.* *Thanks again!* El jue, 1 sept 2022 a las 1:55, 'Kasper Laudrup' via Django users (< [email protected]>) escribió: > On 01/09/2022 02.10, Javier L. Camacaro wrote: > > Does someone how to deploy a Django Project in AAPanel? > > > > https://forum.aapanel.com/d/13338-python-manager-deploy-djangoblog > > Kind regards, > > Kasper Laudrup > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/GGq1DqwfCGA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f916369f-b05d-0c33-d094-49dc401157e1%40stacktrace.dk > . > -- ___________________________________________________________________ Javier Camacaro +(58) 414-445.49.98 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOrwMe%3DtGkaBN8Ujx8TK2Jvh_q%3DFoEaewCo7DDk%3Drt5L0et4Hw%40mail.gmail.com.

