Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Django Allauth | 8,301 | 5,160 | 126 | 21 hours ago | 70 | March 31, 2023 | 99 | mit | Python | |
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. | ||||||||||
Authlib | 3,950 | 162 | 216 | 20 hours ago | 39 | June 25, 2023 | 59 | bsd-3-clause | Python | |
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included. | ||||||||||
Django Oauth Toolkit | 2,901 | 995 | 55 | 2 days ago | 44 | May 31, 2023 | 183 | other | Python | |
OAuth2 goodies for the Djangonauts! | ||||||||||
Python Api Tesing | 2,244 | 7 months ago | 4 | Python | ||||||
python测试开发库 中文版(持续更新)。 书籍下载及python库汇总https://china-testing.github.io/ | ||||||||||
Django Hackathon Starter | 1,435 | 4 years ago | 20 | Python | ||||||
A boilerplate for Django web applications | ||||||||||
Django Rest Framework Social Oauth2 | 1,023 | 194 | 4 | a year ago | 19 | January 25, 2018 | 24 | mit | Python | |
python-social-auth and oauth2 support for django-rest-framework | ||||||||||
Awesome Django Cn | 959 | 3 years ago | 1 | |||||||
Django 优秀资源大全。 | ||||||||||
Awesome Django Rest Framework | 935 | a year ago | 1 | gpl-3.0 | ||||||
💻😍Tools, processes and resources you need to create an awesome API with Django REST Framework | ||||||||||
Django Graphql Jwt | 794 | 86 | 14 | 2 months ago | 27 | August 11, 2021 | 57 | mit | Python | |
JSON Web Token (JWT) authentication for Graphene Django | ||||||||||
Django Socialregistration | 617 | 9 | 7 years ago | 23 | February 01, 2013 | 25 | mit | Python | ||
Combining OpenID, OAuth and FacebookConnect signup in one application |
흩어져 있는 장바구니와 위시리스트에 지치셨나요? 카트망고와 함께라면 어디서든 물건을 담고 모아서 볼 수 있습니다. 태그와 리스트로 쉽게 분류하고 공유할 수 있습니다.
Pull Request로 개발 과정에 직접 참여하세요!
python version: 3.4.3 django version: 1.10.1
pip install -r requirements.txt
로 파이썬 패키지 설치npm install
, bower update
로 프론트엔드 의존성 설치python manage.py migrate
로 디비 마이그레이션./manage.py createsuperuser
로 슈퍼유저 만들기gulp
명령어로 less파일을 css로 컴파일, minify한다.python manage.py runserver
로 서버를 띄운다.물품 아이디는 Math.floor(Date.now() / 1000)
로 타임스탬프 찍는다.
{
username: 'foo'
product_list: [
{
url: 'http://www.gsshop.com/prd/prd.gs?prdid=24926497',
title: '[더망고] 필리핀 카라바오 망고 5kg 20과',
price: 38900,
shop: 'GSSHOP',
img: 'http://image.gsshop.com/image/24/92/24926497_L1.jpg',
timestamp: '1492327941'
}
]
}