Giter VIP home page Giter VIP logo

django-iamport's People

Contributors

bluedisk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

django-iamport's Issues

한글 문서(README.rst) 때문에 윈도우 설치시 에러 남니다

  1. 작은 원인 때문에 윈도우에서 pip install 설치가 안됩니다.
# setup.py
long_description=read('README.rst'),

cp949 인코딩 에러 뜹니다

read 함수를 이렇게 바꾸고...

def read(file_name, **kwargs):
    with open(os.path.join(os.path.dirname(__file__), file_name), **kwargs) as f:
        return f.read()

명시적으로 utf-8 이라고 지정해 주면 좋을것 같습니다
long_description=read('README.rst', encoding='utf-8'),

  1. example_project 의 requirements.txt에 문법적 에러가 있습니다.
    = -> ==

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.