django tag

257 questions


1 answers
41 views
0
If I use Django hosting service, can I automatically crawl and register on the web page?

I'm a Python beginner who wants to start studying Django.I would like to crawl the web page once a day and update it to the web page made by Django.You don't have to use Django.Example) Crawling Naver...

2 years ago

1 answers
47 views
0
How do I automatically move to the main page when I go to the login page from the main page to the address bar after django login is completed?

.저 위에 사진이 저희 django로 만든 저희 sns 메인 페이지 입니다.Be in a state.But in that the address bar 127.0.0.1:8000 to user login If you enter a (Login html). To login screen. 로그인이 되있으면 로그인화면에서 자동으로 메인페이지로 다시 돌아오게 하는 ...

2 years ago

1 answers
44 views
0
I'm asking you a question because I'm stuck in studying

Hello, everyone I'm asking you a question because there's a blockage while studying. For example, set start number 100.| 1 | A | Use number: 100–119 | 2 | 10 | 8 | A 20 | Use || 2 | B | Use number: 12...

2 years ago

1 answers
45 views
0
I have a question while creating a long-range model.

By importing user models (1)from django.conf import settingsuesr = settings.AUTH_USER_MODEL(2)from django.contirb.auth import get_user_modeluser = get_user_model()What's the difference between (1) and...

2 years ago

1 answers
128 views
0
The issue is running the Django server. you're accessing the development server over https but it only supports http

What's wrong with the Django server when it's connected from the outside?you're accessing the development server over https but it only supports http

2 years ago

2 answers
68 views
0
windows no modul named fcntl

The error no moule named 'fcntl' appears when trying to use gunicorn in the window.Since it is a module that is not supported in Windows, there are many answers that suggest other alternatives, so is ...

2 years ago

1 answers
123 views
0
I'd like to add the STT function to Janggo.

Currently, we implemented the STT function using Kakao Voice API.The key used the restapi key value. After implementation, I want to execute the STT function and implement it when I press the button o...

2 years ago
« - 26 -

© 2024 OneMinuteCode. All rights reserved.