ws projects
Project description
Projects
Configuration
Create folders and files
pip install -r requirements-dev.txt --force
mkdir data
cd data
echo { } > systemdata.json
cd ..
mkdir pagecache
echo [ ] > cache.json
echo { } > cachemembers.json
cd ..
Create .env file
- You have to create environment variables USER and PASSWORD, for logging
type nul > .env
- Change domain/port
DOMAIN = "http://127.0.0.1"
PORT = "32800"
Run
python -u "...\projects_ws\main.py"
Skeleton
projects_ws
├───__pycache__
├───.venv
│ .env
│ .gitignore
│ main.py
│ README.md
│ requirements-dev.txt
│
├───app
│ ├───__pycache__
│ ├───login_as_user.py
│ ├───main.py
│ ├───project.py
│ └───save_data_json.py
│
│ ├───endpointFiller
│ │ ├───__pycache__
│ │ ├───config.py
│ │ ├───insert_projectcategories.py
│ │ ├───insert_projects.py
│ │ └───insert_projecttypes.py
│ │
├───data
│ └───systemdata.json
│
├───pagecache
│ ├───cache.json
│ └───cachemembers.json
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
projects_ws_test-0.1.3.tar.gz
(10.2 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 projects_ws_test-0.1.3.tar.gz.
File metadata
- Download URL: projects_ws_test-0.1.3.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6ef0f0da20b00c045cbc77085c4f170f07f98daf210ae5d87e5073f1a76b003
|
|
| MD5 |
b448e2897929601da2eeb6a3d1160c52
|
|
| BLAKE2b-256 |
fa391cd6b5e1c55b6bed649a3e304649ba7595bde9c9fb4ef399a6b612657160
|
File details
Details for the file projects_ws_test-0.1.3-py3-none-any.whl.
File metadata
- Download URL: projects_ws_test-0.1.3-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98bf3930f96d5d1be75cd6c8a1888703d2dfef8c13965411309e8be3ded9a4a5
|
|
| MD5 |
bacfdce8b586fb3d6b90ab944f7e0ab5
|
|
| BLAKE2b-256 |
dc37be10ed14097976ab62b80ab345a5c49c31c78ec2f303e08ae4f6ee7f265d
|