Metadata-Version: 2.1
Name: loducode_web3
Version: 0.0.1
Summary: Basic components for the development of loducode s.a.s. for web3
Home-page: https://github.com/cristdulcey/loducode_web3.git
Author: Cristian Dulcey
Author-email: cristian@loducode.com
License: UNKNOWN
Download-URL: https://github.com/cristdulcey/loducode_web3.git/tarball/0.0.1
Keywords: web3,loducode_web3,loducode
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Loducode web3

Basic components for the development of loducode s.a.s.

### install

`pip install loducode_web3==0.0.1`

## functionalities

- **Admin**
    - AttributeLAndAdmin
    - AttributeNftAdmin
    - LandAdmin
    - NftAdmin
- **Models**
    - AttributeLand
    - AttributeNft  
    - Land  
    - Nft
- **Urls Api**
    - /api/nfts/
    - /api/attributes_nft/
    - /api/lands/
    - /api/attributes_lands/
- **Views api**
    - AttributeLandViewSet
    - AttributeNftViewSet
    - LandViewSet
    - NftViewSet

## Commands

- python setup.py sdist bdist_wheel
- twine upload --repository pypi dist/loducode_web3-0.0.1*

entrar a la carpeta loducode_web3 y correr
- django-admin makemessages
- django-admin compilemessages

####Version 0.0.1
- bug migrations


