257 questions
I use the django-social-auth plug-in in Django.I would like to join Django's admin as a user generated after I authenticate with Facebook.First, create this user on models.py and To force is_staff to ...
I would like to manage the django project with git. Is the following location okay?mysite/ .git manage.py mysite/ __init__.py settings.py urls.py wsgi.pyAlso, in django, what should I register wit...
I am trying to create a blog using Python's Django according to the tutorial DjangoGirls.So I created a blog post page and was able to save the data to the database, but I couldn't move to the next sc...
I'm studying django.Now, I'm trying to add a function for posting images, and now I can register from the admin page, but when I try to post from a normal form, I can't.Specifically, you can select an...
ruby allows you to manage the packages you need for each project with gemfile, but What should I do with python?By the way, we are planning to develop using django.
I'm sorry to bother you at such a busy time, but I was thinking about SSL in Django, but I can't issue a Let's Encrypt certificate.Conoha VPS 1GOS CentOS 7.5Apache 2.4.6python 3.6.5Django 2.0.7 https:...
I use admin function in Django 1.6.I would like to see the foreign key of the model filtered.Model is class Hoge (models.Model): user=models.ForeignKey(User, unique=False, verbose_name=u'user')and cla...
Hi, everyone.I recently started studying Python and Django.I would like to ask you about the cause of the unintended GET request after the page is displayed.EventWhen viewing the top page of the web a...
When doing web development in Django, most of the information is configured to run Django on the so-called Apache or nginx web server.However, Django is a web server in itself, and I don't understand ...
Thank you for your help Django, Python noviceTextField is defined in the model to store the data in the text.In order to save data to the server for HTML-side text display, Up to 20 characters per lin...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.