django tag

257 questions


1 answers
67 views
0
FieldError does not tell where it is stuck.

I corrected the spelling error published_date to published_date, but I still get this error.And I don't know which file this is causing the error.I searched ctrl+f for all html under the templates fol...

2 years ago

2 answers
88 views
0
Questions about % of STATIC_URL="https://%s/%s/"%(AWS_S3_CUSTOM_DOMAIN, AWS_LOCATION)

During the Amazon S3 implementation, the following code was found everywhere:STATIC_URL=https://%s/%s/%(AWS_S3_CUSTOM_DOMAIN,AWS_LOCATION)Does this mean that each one should be substituted for %?Or ca...

2 years ago

1 answers
65 views
0
I am using djnago-extra-views, but the template says (Hidden field TOTAL_FORMS) This field is required.

NoteWe have posted a similar question on the following site.teratailQiitaProblems you are havingI would like to create an inline form using django-extra-views, but when I try to display the form, the ...

2 years ago

1 answers
72 views
0
I want to know how to stop and restart the web server in django.

I ran the web server on django by referring to the page below.https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/django_installation/https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/djan...

2 years ago

1 answers
60 views
0
Learn how to use Django's DB without a runserver.

without launching the Webserver (without running python3 manage.py)I only want to use the OR mapping and migration capabilities of Django's database, but I'm stumbling.There seems to be an order to de...

2 years ago

2 answers
90 views
0
AttributeError in Python 3.6: 'float' object has no attribute 'items'

We are currently using the Django framework to launch the server.However, since yesterday, the following error has occurred:File/usr/local/lib/python 3.6/site-packages/redis/_compat.py, line 123, inte...

2 years ago

1 answers
68 views
0
a system in which documents, etc., are sent to the management and approved for the system

I am currently thinking of sending documents such as identification cards to management, such as those used in fx services, stock trading, and Uberreats delivery staff apps, and creating an app that o...


1 answers
68 views
0
"No module named 'MySQLdb' error when deploying Django apps to the Google App Engine"

https://github.com/priyankavergadia/Django-Dialogflow-GoogleVisionAPII'm trying to move the Django chat bot of ↑ based on the document to which I linked it.The last deployment to Google app engine is ...


1 answers
83 views
0
Django REST Framework: Single list of results obtained in Serializer

The Django REST Framework is creating an API to retrieve data from the master.models.py class CommonMaster(models.Model): type=models.CharField(max_length=20) type_id=models.IntegerField() key_name=mo...

2 years ago

1 answers
72 views
0
Run django-background-tasks on the Google App Engine (GAE)

Time-consuming processing is asynchronized using django-background-tasks.Locally on two terminals Terminal-Apython manage.py Terminal-Bpython manage.py process_tasksI started the background process as...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.