Skip to main content

framework, CMS and CRM for aiohttp

Project description

<<<<<<< HEAD
<<<<<<< HEAD
# Example of a simple module.
You can create a module in the library and in the project.
The modules can be placed in two locations in folders "apps".
Example of the structure of the module.

* apps
* module
* locale
* stat
* templ
* routes.py
* view.py

Example `routes.py`:
```python
from apps.app.view import page
from core.union import route

route( '/', page, 'GET' )
route( '/login', login, 'GET' )
```
Example `view.py`:
```python
#!/usr/bin/env python
# coding: utf-8

@asyncio.coroutine
def page(request):
return templ('apps.app:index', request, {'key':'val'})
```

=======
# tao
>>>>>>> bdde3467fde44ee7fb4804658844ff166ef97f55
=======
# tao1
>>>>>>> 1bd543bc26b5a6e6238cd4b6bf18ad41f9bdcc07

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tao1-0.1.6.5.tar.gz (7.4 kB view details)

Uploaded Source

File details

Details for the file tao1-0.1.6.5.tar.gz.

File metadata

  • Download URL: tao1-0.1.6.5.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tao1-0.1.6.5.tar.gz
Algorithm Hash digest
SHA256 ac46b0461efb0e784c6c862d5c5f4a0d160e21b208179fd9605fa8e88d94ade3
MD5 ba81646ea2235e4df34e237edca7ad2b
BLAKE2b-256 343d1d1ca36625fa714a0307552e2afab6ceed89fd7ac2d2fe18369e1037743e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page