Python wrapper for the CircleCI API
Project description
Easyway Contributing and Setup
Requirements
-
Python 3.6 or higher
-
Django 2.2.2
-
Virtualenv
-
Venv
How to install
- Navigate to easyway_backend folder
cd easyway_backend
- Create virtual environment by typing
python -m venv venv
- Activate the virual environment as follows
source venv/bin/activate
- Install project based requirements by typing
pip install -r dev_requirements.txt
- Make the migrations as follows:
python manage.py makemigrations
Then:
python manage.py migrate
- Create superuser to monitor models from admin page
python manage.py createsuperuser
- Run the server as follows:
python manage.py runserver
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
EasyWayAPI-1.0.0.tar.gz
(2.5 kB
view details)
File details
Details for the file EasyWayAPI-1.0.0.tar.gz
.
File metadata
- Download URL: EasyWayAPI-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98c880f0c8752f4268f3fb1c94114fbc4ed70ea9ad76795f1275551c210940cb |
|
MD5 | e25907663df8b67a23697b287004ed0b |
|
BLAKE2b-256 | 8e55d6dceb6c8d5e0d8ec822cb6d95453e088ca2893c2e54e1d112aa22ae47a1 |