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
<<<<<<< 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
Release history Release notifications | RSS feed
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.1.tar.gz
(7.3 kB
view details)
File details
Details for the file tao1-0.1.6.1.tar.gz
.
File metadata
- Download URL: tao1-0.1.6.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfec6022923561d2144c92a5dc2b5f190a296a009b29d62147269798f6335390 |
|
MD5 | 9e5e71a1e5c6063e834fa74c04b0a1ac |
|
BLAKE2b-256 | 023912dc0c0e2f31f6e4504fd2ffcb992f7e1616662fe5d3651aa9d1d6e66fef |