Closed CSenshi closed 4 years ago
We need to create separate folder in root directory called examples, which will include some codes with validator usage.
examples
Please create 2 subdirectories, one for flusk framework and second for django. It is essential to have examples for this frameworks.
Directory structure should look like this.
... ├── examples │ ├── django │ │ ├── client.py │ │ └── server.py │ ├── flusk │ │ ├── client.py │ │ └── server.py │ └── others │ ├── sample1.py │ └── sample2.py ...
We need to create separate folder in root directory called
examples
, which will include some codes with validator usage.Please create 2 subdirectories, one for flusk framework and second for django. It is essential to have examples for this frameworks.
Directory structure should look like this.