https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04
Em ter, 15 de jan de 2019 às 13:00, escreveu:
> what is the best web hosting provider for Django websites?
>
> What should I learn to deploy my first Django website?
>
> what is
Hi,
I'm trying to make deploy my first django website in digitalocean but
doesn't works.
I got this error
connect() to unix:/run/uwsgi/project.sock failed (2: No such file or
directory)
Anyone can help me?
--
You received this message because you are subscribed to the Google Groups
"Django u
Hi
I'm beginner in django and i got this error.
[image: image.png]
urls.py
[image: image.png]
my app.urls.py
[image: image.png]
and my html file
[image: image.png]
and views
[image: image.png]
How can i fix it?
any idea?
--
You received this message because you are subscribed to the Google
Hi
I'm trying to save a post in my blog project. No problem. Its working.
But, when I try to show that post, I have this situation:
O que é Phyton?https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CALvrLTsb7X-O4u
Fala David, conseguiu?
tenta mudar o caminho
url(r'^polls/', include('polls.urls')),
url(r'^admin/', admin.site.urls),
pra isso
from django.urls import path
path('polls/', include('polls.urls')),
path('admin/', admin.site.urls),
Em ter, 4 de dez de 2018 às 23:55, David Figueroa <
davidfiguer
Cara, tenta usar esta versão
https://docs.djangoproject.com/pt-br/2.1/intro/tutorial01/
A que você está utilizando é antiga
Em ter, 4 de dez de 2018 às 23:55, David Figueroa <
davidfigueroalaf...@gmail.com> escreveu:
>
>
> *Na criação de meu primeiro projeto django- estou tentando criar minha
> p
6 matches
Mail list logo