-
Updated
Oct 6, 2021 - Python
#
django2
Here are 366 public repositories matching this topic...
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理
《Django企业开发实战》已出版
django
django-rest-framework
python3
django-blog
django-admin
django-ckeditor
python-web-development
django2
django-xadmin
-
Updated
Jun 10, 2019 - Python
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
react
redis
django
python3
celery
supervisord
rest-framework
djangorestframework
django2
supervisord-supervisorctl
-
Updated
Sep 8, 2021 - Python
A news curator and newsletter subscription package for Django
python
package
django
news
django-framework
python3
newsletter
newsfeed
newsletter-mail
curated-list
newsletters
curator
django2
news-curation
django-packages
django3
django-newsfeed
-
Updated
Oct 4, 2021 - Python
A rapid fire tutorial and introduction of Django Channels. To get more in depth check out the full course https://kirr.co/badl8e
-
Updated
Mar 27, 2020 - Python
robotichead
commented
Oct 8, 2021
Description
In a wildcard import, all public names defined in the module are imported. It is advised to explicitly import the values needed or modify the module being imported from and define all to restrict the names to be imported.
Occurrences
There are 3336 occurrences of this issue in the repository.
See all occurrences on DeepSource → [deepsource.io/gh/robotichead/NearB
Project Template for Django2 + Bootstrap3 + pre-configured apps (like Allauth, django_compressor ). Probably the fastest way to start up a complete Django project.
-
Updated
Apr 13, 2021 - HTML
这是一个 ☛全栈/全端/全平台☚ 的B2C模式的电商项目, web后台基于Django2.0 + Python3.6, 前后端分离,前端使用Vue框架开发。移动端基于Flutter开发,一套代码支持Android&IOS平台。微信小程序基于mpvue框架开发。
android
dart
ios
vuejs
django-rest-framework
python3
full-stack
b2c
flutter
wechat-mini-program
django2
mpvue
-
Updated
Sep 8, 2021 - Python
django2.1写的自动化运维系统
-
Updated
Sep 30, 2019 - JavaScript
Проект призван помочь людям в обучении программированию и веб разработке
-
Updated
Aug 11, 2021 - Python
Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface
bot
chatbot
rasa-nlu
webchat
rasa
django-server
rasa-core
django2
django-backend
rasa-socketio-layer
rasa-webchat
-
Updated
Oct 14, 2019 - Python
Creating a simple sign up view and then moving onto more advanced sign up view with profile model and confirmation mail
-
Updated
Oct 23, 2018 - JavaScript
Repositorio de la Web Personal del curso Django (revisado en la versión 3.1 con Python 3.9.1)
-
Updated
Apr 13, 2021 - JavaScript
Improve this page
Add a description, image, and links to the django2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the django2 topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like
We need to refactor
CheckUniqueView
.Validation part should be written at serializer level. Move out
def validated
to serializer. Also, useResponse
from DRF to ret