All Projects → Ryuchen → Bistu

Ryuchen / Bistu

Licence: other
集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Bistu

PyQuotes
PyQuotes is a Django-based web application and REST API. That will allow you to launch an online quotes service.
Stars: ✭ 23 (-54.9%)
Mutual labels:  django-rest-framework, django-application
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-50.98%)
Mutual labels:  django-rest-framework, django-application
python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (-25.49%)
Mutual labels:  django-rest-framework, django-application
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+49.02%)
Mutual labels:  django-rest-framework, django-application
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+16619.61%)
Mutual labels:  django-rest-framework, django-application
Djangorestframework Book
Django REST framework 3 中文文档, API参考, 最佳实践指南
Stars: ✭ 28 (-45.1%)
Mutual labels:  django-rest-framework, django-application
Meethub
This is a Python/Django based event management system. A meetup clone.
Stars: ✭ 411 (+705.88%)
Mutual labels:  django-rest-framework, django-application
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+370.59%)
Mutual labels:  django-rest-framework, django-application
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (+27.45%)
Mutual labels:  django-rest-framework, django-application
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-29.41%)
Mutual labels:  django-rest-framework, django-application
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (+54.9%)
Mutual labels:  django-rest-framework, django-application
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-60.78%)
Mutual labels:  django-rest-framework, django-application
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (-31.37%)
Mutual labels:  django-application
recipeyak
🍛 Application to automate the selection of meals and creation of shopping lists.
Stars: ✭ 23 (-54.9%)
Mutual labels:  django-rest-framework
django-user-management
User management model mixins and api views.
Stars: ✭ 56 (+9.8%)
Mutual labels:  django-rest-framework
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+17.65%)
Mutual labels:  django-application
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (-7.84%)
Mutual labels:  django-application
django-munigeo
Reusable Django application for storing and accessing municipality-related geospatial data
Stars: ✭ 12 (-76.47%)
Mutual labels:  django-application
django-social-network-like-Facebook-or-Instagram
Live site at https://sbraven.herokuapp.com Do checkout this project to know how all the features of Facebook like Like , Comments , Messaging , Profile, Stories, Notifications , Friend Requests work under the hood.
Stars: ✭ 19 (-62.75%)
Mutual labels:  django-application
rnacentral-webcode
RNAcentral website source code
Stars: ✭ 23 (-54.9%)
Mutual labels:  django-rest-framework

Welcome to Bistu-backend

License: GPL

🏠 个人小栈

> 未来更新的说明会刊登在这里,并且会不定时分享部分内容和心得

📎 项目说明:

> 这是在学校接的一个小项目,构建个管理系统,一个小系统,鉴于学习角度,正好配合 django-simpleui 构建了个管理后台,顺手学下 vue 该怎么写,深入的学习会单独再开一个项目
> 这个项目需要配合我 fork 的 django-simpleui 修订版本进行运行,然后将会后续搭配一个前端,将由 ant-design-pro 构建,顺手也学下 react 该怎么写。

📖 安装说明:

# 安装依赖
   pip install -r requirements.txt

# 生成数据库
   rm -rf db.sqlite3
   python manage.py makemigrations && python manage.py migrate && python manage.py migrate --run-syncdb
   
# 生成假数据
   python manage.py fake_data
   
# 运行 demo
   python manage.py runserver 0:9377
# 构建 docker
  docker build -t Ryuchen/bistu:latest --rm=true

# 启动 docker
  docker run -p 9377:8080 --name bistu Ryuchen/bistu:latest

查看 demo 地址: http://127.0.0.1:9377 账户信息: admin&ant.design(账户&密码)

查看 demo 地址: http://39.106.85.217:8009/ 账户信息: admin&ant.design(账户&密码)

📷 界面展示:

登录页

工作台

内容页

👤 作者介绍:

Ryuchen ( 陈 浩 )

Nameplace ( 虚位以待 )

🤝 贡献源码:

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].