The NoriLog web application.
Project description
目的
Webブラウザーでコメント投稿するWebアプリケーションの練習
ツールのバージョン
- Python:
3.6.4
- pip:
9.0.1
インストールと起動方法
リポジトリーからコードを取得し、その下にvenv環境を用意します:
$ git clone https://github.com/tensho9408/norilog.git $ cd norilog $ python3.6 -m venv venv $ source venv/bin/activate (venv) $ pip install . (venv) $ norilog * Runing on httpp://127.0.0.1:8000/
開発手順
開発用インストール
チェックアウトする
以下の手順でインストール:
(venv) $ pip install -e .
依存ライブラリ変更時
setup.py の install_requires を更新する
以下の手順で環境を更新する:
(venv) $ deactivate $ python3.6 - m venv --clear venv $ source venv/bin/activate (venv) $ pip install -e ./norilog (venv) $ pip freeze > requirements.txt
setup.pyとrequirements.txtをリポジトリーコミットする
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
norilog_tenpy2-1.0.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file norilog_tenpy2-1.0.0.tar.gz.
File metadata
- Download URL: norilog_tenpy2-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27962391039de71a8c731d464dc9d19f001e78db4b49bacd124272e4a97ed6cf
|
|
| MD5 |
69a57ea16c5599480baa9b42d2957f7b
|
|
| BLAKE2b-256 |
0fd3a748fee15f6b018e3ad061536479ccca9cc62b3196d8645119b9acb700b8
|
File details
Details for the file norilog_tenpy2-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: norilog_tenpy2-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d57d25f67121ef582e0c1f9ea124cb5399e39194e05c3af545bf2915e00f57a
|
|
| MD5 |
8853aedaae7408b85a6903cf1ab1d475
|
|
| BLAKE2b-256 |
158569a7808a3318a40b9ec23e4c137f9cd45ed8003e08ddb38cfea848d24ea6
|