Skip to main content

Python wrapper for the CircleCI API

Project description

Easyway Contributing and Setup

Requirements

  1. Python 3.6 or higher

  2. Django 2.2.2

  3. Virtualenv

  4. Venv

How to install

  1. Navigate to easyway_backend folder
cd easyway_backend
  1. Create virtual environment by typing
python -m venv venv
  1. Activate the virual environment as follows
source venv/bin/activate
  1. Install project based requirements by typing
pip install -r dev_requirements.txt
  1. Make the migrations as follows:
python manage.py makemigrations

Then:

python manage.py migrate
  1. Create superuser to monitor models from admin page
python manage.py createsuperuser
  1. Run the server as follows:
python manage.py runserver

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

EasyWayAPI-1.0.0.tar.gz (2.5 kB view hashes)

Uploaded Source

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