-
```
What steps will reproduce the problem?
1.
Create a test.py in your application directory with the following content.
import unittest
from myapp.models import *
class MyappTestCase(unittest.TestCa…
-
I'm trying to install the gamification-server on OSX.
I ran the command `paver sync` and got the following error:
```
---> pavement.sync
python manage.py migrate core
Running migrations for core:
-…
-
The following fields need to become mandatory (i.e. the event can't be saved with them being empty):
* Type
* Description
* Start
* End
* Learning objectives
* Cities
* Contact
* Keywords
* Target au…
-
I follow the instruction at https://django-plans.readthedocs.io/en/latest/installation.html and it doesn't work.
```
$ git clone https://github.com/django-getpaid/django-plans.git
$ cd django-plans…
-
**Description du bug**
Après l'installation du _back-end_, [le script d'installation Windows](https://github.com/zestedesavoir/zds-site/blob/89c843d71d85b5232a7f51f242701fe778d8e7db/scripts/win/ins…
-
```
What steps will reproduce the problem?
1.
Create a test.py in your application directory with the following content.
import unittest
from myapp.models import *
class MyappTestCase(unittest.TestCa…
-
## What happened?
`pipenv run ./manage.py initialize_shop_demo` crashes with the error
`django.db.utils.OperationalError: Problem installing fixtures: no such table: filer_folder__old`
## What…
-
Scanning npm for packages about codemods I have found codemod-cli:
https://www.npmjs.com/package/codemod-cli
It looks like a tool to create and manage collections of codemods. It takes care of:
…
-
```
What steps will reproduce the problem?
1. manage.py dumpdata > data.json
2. manage.py flush
3. manage.py loaddata data.json
What is the expected output? What do you see instead?
If you have any m…
-
How do I do data driven test in clay?
I tried using pytest's parameterize but doesn't seem to work with clay.