在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:sirodoht/martianpins开源软件地址:https://github.com/sirodoht/martianpins开源编程语言:Python 61.6%开源软件介绍:martianpinsIPFS pinning service. DevelopmentThis is a Django codebase. Check out the Django docs for general technical documentation. StructureThe Django project is DependenciesCreate virtualenv, enable it and then install requirements: virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
Environment variablesYou need to create a new file named
DatabaseThis project uses PostgreSQL. See above on how to configure it using the After creating your local database, you need to apply the migrations: python manage.py migrate ServeFinally, you can run the Django development server: python manage.py runserver Or, run the production-grade uwsgi --ini=uwsgi.ini
Deploymentmartianpins needs an IPFS node to work (defined in the Code linting & formattingblack . && isort -y && flake8 LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论