327 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...
macOS High SierraNot sqlite, but mysqlGorm instead of gorpNote: How to create a web service in 10 minutes using the Go language framework Revel and PaizaCloud - paiza Development JournalAn error occur...
Easy go programming site http://www.geocities.jp/m_hiroi/golang/puzgo01.htmlI was learning width-first search in If you use makePath but append, Print [0 2 46 ] twice.When I did print debugging, I que...
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...
« | - 14 - | » |
© 2024 OneMinuteCode. All rights reserved.