Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-britecore committed Sep 11, 2019
2 parents c8cff03 + 30f8942 commit a37d4d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#Quick start
# Quick start

`pip install pycrunch-engine`

_Flask users should be careful and experiment with engine in isolated environment. This plugin (during beta) depends on Flask._

##How to run:
###Using PyCharm Connector extension
## How to run:
### Using PyCharm Connector extension

Open your project in PyCharm, and select "Run/Restart PyCrunch Engine"

Engine will be started automatically, and you will be able to see your test in PyCrunch plugin window

###Manual (Without PyCharm)
### Manual (Without PyCharm)

In python project root, run:

Expand Down Expand Up @@ -53,15 +53,15 @@ env:
Configuration File may be checked-in the to source control, to allow other developers to use engine.
######Beta restriction
###### Beta restriction
For Django, you probably need to disable logging, pasting following line in your settings file:
```python
LOGGING_CONFIG = None

```
This issue is already on roadmap and will be addressed soon.

##Django Support Details
## Django Support Details

Primary goal of extension is to run as fast as possible.

Expand All @@ -88,7 +88,7 @@ env:
DJANGO_SETTINGS_MODULE: djangoapp.settings.pycrunch_local
```
##Running in Docker
## Running in Docker
Some developers are using docker or docker-compose to set up environment and run development server in docker container
Expand Down Expand Up @@ -118,7 +118,7 @@ You will probably need to rebuild containers using `docker-compose up --build` i
From PyCharm extension menu, select "Connect to Custom PyCrunch Engine"


###Contacts:
### Contacts:

https://pycrunch.com

Expand All @@ -138,4 +138,4 @@ From PyCharm extension menu, select "Connect to Custom PyCrunch Engine"





0 comments on commit a37d4d9

Please sign in to comment.