-
Hi,
I try to use django-fobi within wagtail-CMS.
It looks all quite smooth except I cant use form-wizards inside the CMS (means I can't select them in the wagtail-fobi-page - only "simple" forms).…
-
Validate and input and selection os users.
-
If I install `pytest-xdist` and run tests with `pytest -n8`, sometimes (half the time?) the test `models_imported_inside_init_file_one_to_one_field` fails with a failure like:
```
Traceback (most …
-
Hello, thank you for doing this task. I will add some notes and please make a pull request for this.
The app name should usually be the main model name but using plural eg reservations. For this on…
-
Title says it all. Just isn't obvious, and I'm having to work it out as best possible. Be nice to have a little doc on it, or a mention in the README. Basically my forms are rendering with a standard …
-
My setup:
```python
class License(PolymorphicModel)
class ClassLicense(License)
class SchoolLicense(License)
```
When running `manage.py test`, I get an IntegrityError during teardown phase of a…
-
```
What steps will reproduce the problem?
1. Create formwizard (from django.contrib)
2. Put captcha into one of the forms in this wizard
3. Captcha does not get validated
What is the expected output…
-
noxan updated
9 years ago
-
`Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\Lib\multiprocessing\forking.py", line 381, in main
self = load(from_parent)
File "C:\Python27\Lib\pickle.py", l…
-
アプリ構成
- 買い物記録アプリ(order_history)
- 単純なCRUD処理をする
- 簡単なフィルタ(玉ねぎで絞るとか)有り
- グラフ化、平均値、中央値とかの表示アプリ(graphとか?)
- アカウント管理アプリ(accounts)
- TOPページ表示するだけアプリも必要か?(topとか?O_Commonみたいな?)
- もしくはmyordersのurl…