All Projects → rg3915 → django-experience

rg3915 / django-experience

Licence: other
Tutorial Django Experience 2022

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to django-experience

surveySystem
问卷调查系统
Stars: ✭ 74 (-57.23%)
Mutual labels:  drf
python-django-drf-boilerplate
Django Boilerplate for starting fresh new DRF projects
Stars: ✭ 59 (-65.9%)
Mutual labels:  drf
django-ninja-extra
Django Ninja Extra - Class-Based Utility and more for Django Ninja(Fast Django REST framework)
Stars: ✭ 53 (-69.36%)
Mutual labels:  drf
DjangoStarter
基于Django定制的快速Web开发模板,功能包括:Docker-Compose部署,缓存,业务代码生成器,接口限流,DjangoAdmin验证码,登录次数尝试,屏蔽了RestFramework默认的API主页等
Stars: ✭ 28 (-83.82%)
Mutual labels:  drf
django-rest-framework-datatables-editor
Seamless integration between Django REST framework, Datatables and Datatables Editor.
Stars: ✭ 25 (-85.55%)
Mutual labels:  drf
new-ara-api
KAIST Community Ara Renewal Project - KAIST official BBS
Stars: ✭ 15 (-91.33%)
Mutual labels:  drf
drf-registration
Simple user registration package based on Django Rest Framework. DRF Registration - The easy way to generate registration RESTful APIs
Stars: ✭ 32 (-81.5%)
Mutual labels:  drf
django-project-template
一个django的工程模板,为了快速启动一个工程进行开发
Stars: ✭ 15 (-91.33%)
Mutual labels:  drf
drf-chat-server-example
A chat server example used Django REST framework with pytest
Stars: ✭ 15 (-91.33%)
Mutual labels:  drf
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (-69.36%)
Mutual labels:  drf
django-rest-framework-recaptcha
reCAPTCHA field for Django REST framework serializers
Stars: ✭ 24 (-86.13%)
Mutual labels:  drf
django-rest-multitokenauth
An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
Stars: ✭ 13 (-92.49%)
Mutual labels:  drf

django-experience

Tutorial Django Experience 2022

Este projeto foi feito com:

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/django-experience.git
cd django-experience
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
python manage.py createsuperuser --username="admin" --email=""

Passo a passo

Leia https://rg3915.github.io/django-experience/ ou

Veja a pasta de passo-a-passo.

Features da aplicação

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].