go tag

327 questions


2 answers
51 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
138 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
90 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
48 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
46 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
115 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
53 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

1 answers
50 views
0
When will the attribute error occur...?

I keep getting errors while copying programmers' Janggo class, but I don't know where it went wrong.https://programmers.co.kr/learn/courses/6/lessons/470https://programmers.co.kr/learn/courses/6/lesso...

2 years ago

1 answers
48 views
0
Problems Connecting Django to MySQL

Regarding the API Driver for Django and MySQL connections, Django Tutorial recommends mysqlclient among MySQLdb, mysqlclient, and MySQL Connector/Python, but MySQL Connector/Python is recommended on t...

2 years ago

2 answers
47 views
0
Creating a chat program with django! I have a question!

I'd like to create a chat program on the web, not go to the CHATTING ROOM page and chat, but like chatting on Facebook, I'd like to implement it so that if you press a button on the page you're lookin...

2 years ago
« - 25 - »

© 2024 OneMinuteCode. All rights reserved.