django tag

257 questions


1 answers
76 views
0
Information About Controlling File Dialogs on Web Sites That Require Login

The development environment is server OS:Raspberry Pi OSserver side:Python(Django)client side:HTML+JavaScriptYou are creating a website that requires password login.If the operation is not performed f...


1 answers
90 views
0
Understanding Django Runserver Vulnerabilities

I am trying to develop a web application in Django.So I was curious about the security of the runserver.Even though it's for development, I started the server, so I thought it might be a risk of being...

2 years ago

1 answers
85 views
0
Please tell me how to check the Django version

My computer has both Python 2.6 and 2.7 installedI'd like to know. Where should I check?

2 years ago

2 answers
84 views
0
Error related to Facebook login connection using Django

You are about to configure your login through the Facebook link.But there was an error like above, but is it because the domain and site url are set locally on the top?Please give me some advice!!

2 years ago

3 answers
69 views
0
What is django-admin in django?

I'm Newbie, who's recently approaching Python.The first time you encounter something, the most embarrassing moment isIt compares with what I know before, and when there is a difference, there is confu...

2 years ago

1 answers
59 views
0
I'd like to split the frame in Django.

The web page is being created. I divided the frame in HTML, but it didn't print out in django. So I asked, but django told me to divide it in urls and view, but I don't know what to do.Please tell me ...

2 years ago

1 answers
76 views
0
I ask you again about javascript.

It is being developed as Django. When you click the button on the left, you want to print an application page on the right id=right.Script source now <script>function button1(){document.getEleme...

2 years ago

1 answers
71 views
0
I added it to .gitignore from the source.The pyc file keeps coming out

In the Django project, I put the following in the .gitignore.*.egg-info*.pot*.py[co]__pycache__MANIFESTdist/docs/_build/docs/locale/node_modules/tests/coverage_html/tests/.coveragebuild/tests/report/C...

2 years ago

1 answers
89 views
0
Prevent users who are not logged in from accessing specific pages

Source codeurl(r'codeedit$', views.index, name='index')Run ▶For example, to www.mysite.com/codedit you must have the following url code: But how do I get to the following url only when I log in?codeed...

2 years ago

2 answers
121 views
0
I'm going to create a website using Python (django).

Hello. I signed up to get help to create a website (web service)I'm not a major but a complete beginner in the field of the program.I was looking for information because I wanted to create a web servi...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.