django tag

257 questions


1 answers
43 views
0
Django Development Questions

I have no idea what to do during the development of the website, so I'm asking you a question. The function of the website I'm currently creating is a bulletin board function, and I have to divide the...

2 years ago

1 answers
42 views
0
This is a lengthy syntax question.

Hello, everyone ^I'm asking you a question because there's a blockage during study as an official document of Jango.1.9 In the N:1 data field definition, it is defined as ForeignKey followed by (self,...

2 years ago

1 answers
42 views
0
I have a question about the site made by django

Use Python manage.py runserver for cmd You can access the site created within the computer you are using How can I get an external computer to connect?

2 years ago

2 answers
43 views
0
It's a regular expression question!

There's a regular expression like this, but I'm not sure what it means. I want to show you this page only when I log in by fixing the following part, so please interpret it!url(r'^(?P<code_id>[-...

2 years ago

1 answers
125 views
0
Let me ask you a macroscopic question about the choice of building a mobile app backend server

It's my first time to ask you a question about hash codes.I'm a beginner who started out as Python.Python web-crawling is fun, so I did it with code from books and blogs.I've even done a square with t...


1 answers
79 views
0
I'd like to modify the django code on ec2.

First of all, I uploaded the django project to ec2 through filezilla and confirmed that it was working normally.But I missed one code, so I want to insert that code and modify the code listed in ec2Sh...

2 years ago

1 answers
41 views
0
Django, I have a question.

I have a question.You are trying to add a non-nullable field 'address' to register without a default; we can't do that (the database needs something to populate existing rows).Please select a fix:That...

2 years ago

2 answers
39 views
0
How to package django

I don't know how to package djangoI learned it from the recommended placesI don't know how to use the package or library, so even if I look it up on YouTube, I don't know at all because they're all fo...

2 years ago

2 answers
106 views
0
What should I do with logic when the purchase list product is deleted?

Product ------FK----> Purchase ListIf the product on the purchase list is deleted, the purchase list is supposed to be deleted. Is it the right way not to delete the purchase list?Or is it right to...


1 answers
46 views
0
In javascript, I would like to declare the variable name that contains the index of the repeat statement.

Currently, the function I implemented is implemented as shown in the image below.Here's the function. To implement this functionality I used jequery+js code (function(){ $(document).ready(function(){...

2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.