question:
if a website has admin (background), api interface, web site, database sharing, and feels that models sharing cannot be done), it is doubtful whether Django is only suitable for developing backend management type websites.
question:
if a website has admin (background), api interface, web site, database sharing, and feels that models sharing cannot be done), it is doubtful whether Django is only suitable for developing backend management type websites.
1. First of all, models can be shared, and it can be shared in both backend and api interfaces.
2.Django can be used for background management or as a server for api interfaces
Failed to get real commands on module "Learning_log ": python process died with code 1: Traceback (most recent call last): File "D:PyCharm 2017.1.2helperspycharm_jb_manage_tasks_provider.py ", line 28, in < module > parser.report_data(dumper, com...
configure ssl.confvirtualhost httpd.confsslinclude httphttps the certificate was used by me before, and the original configuration file forgot to save after migrating the website. ...
in the process of learning Django, I encountered a problem that does not match the document case. Of course, it may also be an error caused by my own inability to use it. Paste the code and ask God to solve . I have found some similar problems on t...
how to add correspondence between two models for example, the following two classes: from django.db import models class Question(models.Model): class Meta: verbose_name = verbose_name_plural = question_text = models....