go tag

327 questions


1 answers
60 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
72 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...


1 answers
82 views
0
How to implement login and login maintenance on Android when using REST API

Hello.I am a very beginner in programming. I've worked on REST api through Django (django-rest-auth), but I have no idea how to implement login here, so I'm posting a question here.The api I made is j...

2 years ago

1 answers
139 views
0
Django function declaration question.

In the Django tutorial, functions in the views file receive requests without receiving self as the first parameter.I know that the Python function must receive self as the first parameterI wonder what...

2 years ago

1 answers
66 views
0
This is a question about uploading an image.

Hello. I keep asking questions. If you select an image and press the file upload button, that screen comes out and you can't move to the next screen. model.pyclass image(models.Model): image1=models.I...

2 years ago

1 answers
95 views
0
Django, Python novice to develop?

Hi, everyone. I'm coding newbie who just entered Python and Django world.I've never studied another program language beforeI think it would be very helpful to study if I made my own service (relativel...


1 answers
63 views
0
I'll rewrite it and ask you a question

I'm using django now and I'm going to divide frameset in HTml. But it's not even written in HTML code. Please check.It's also divided into views.It's divided by urls.The purpose of the screen.Current ...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.