Cartmango

살까 말까 할 땐 담아라. 통합 장바구니 카트망고
Alternatives To Cartmango
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Django Allauth8,3015,16012621 hours ago70March 31, 202399mitPython
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Authlib3,95016221620 hours ago39June 25, 202359bsd-3-clausePython
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
Django Oauth Toolkit2,901995552 days ago44May 31, 2023183otherPython
OAuth2 goodies for the Djangonauts!
Python Api Tesing2,244
7 months ago4Python
python测试开发库 中文版(持续更新)。 书籍下载及python库汇总https://china-testing.github.io/
Django Hackathon Starter1,435
4 years ago20Python
A boilerplate for Django web applications
Django Rest Framework Social Oauth21,0231944a year ago19January 25, 201824mitPython
python-social-auth and oauth2 support for django-rest-framework
Awesome Django Cn959
3 years ago1
Django 优秀资源大全。
Awesome Django Rest Framework935
a year ago1gpl-3.0
💻😍Tools, processes and resources you need to create an awesome API with Django REST Framework
Django Graphql Jwt79486142 months ago27August 11, 202157mitPython
JSON Web Token (JWT) authentication for Graphene Django
Django Socialregistration617
97 years ago23February 01, 201325mitPython
Combining OpenID, OAuth and FacebookConnect signup in one application
Alternatives To Cartmango
Select To Compare


Alternative Project Comparisons
Readme

CARTMANGO

CARTMANGO

흩어져 있는 장바구니와 위시리스트에 지치셨나요? 카트망고와 함께라면 어디서든 물건을 담고 모아서 볼 수 있습니다. 태그와 리스트로 쉽게 분류하고 공유할 수 있습니다.

Pull Request로 개발 과정에 직접 참여하세요!

지원

  • Chrome Extension
  • iOS APP (In development)
  • Android APP (In development)

환경

python version: 3.4.3 django version: 1.10.1

로컬 환경 세팅

  1. virtualenv로 파이썬 3.4.3 버전 가상환경을 만든다.
  2. pip install -r requirements.txt로 파이썬 패키지 설치
  3. npm install, bower update로 프론트엔드 의존성 설치
  4. python manage.py migrate로 디비 마이그레이션
  5. ./manage.py createsuperuser로 슈퍼유저 만들기
  6. SECRET_KEY, Facebook OAuth key는 jayjin이 가지고 있으므로 secret.json파일을 요청한다.

서버 띄우기

  1. gulp명령어로 less파일을 css로 컴파일, minify한다.
  2. python manage.py runserver로 서버를 띄운다.

Chrome Extension storage

물품 아이디는 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'
    }
  ]
}
Popular Django Projects
Popular Oauth Projects
Popular Frameworks Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Django
Oauth
Pull Requests
Virtualenv
Minify