-
If I do the following on www.
1. Enter \* in the Discover window on search.
2. Click the check box next to David Tarboton, under filter by Author, I get "Error, sorry an error occurred".
This appears…
dtarb updated
8 years ago
-
I installed django-blog-zinnia. in the Djang Web project folder.
```
$tree -L 1
├── app_namespace
├── blog
├── db.sqlite3
├── manage.py
├── __pycache__
├── six.py
├── zinnia
├── zinnia_bootstrap
```
…
-
**Description**
There are some same issues here, #31827 . But I checked the whole post , tried all the solutions posted there. The same problem remains. If any duplicate issue like to mine, pleas…
-
If you can't beat 'em, join 'em. This ticket started (per the original description below) by thinking that we'd kill the Aspen project/brand and reemerge as Simplates, a plugin for Django and Flask. W…
-
- [ ] Night 3
- [ ] Normal mode
- [x] Link Raters to Users
- [ ] Create fake data for Users
- [x] Add registration, login, and logout to your project
- [ ] Add the ability for Users …
-
- [x] Night 1
- [x] Miscellaneous
- [x] Make commits after every significant change
- [x] Use feature branches whenever you add something to a stable product
- [x] Use requirements.txt a…
-
[ ] Night 2
- [ ] Normal mode
- [x] Create fixtures from your MovieLens dataset
- [ ] Top 20 movies view
- [ ] Movie detail view
- [ ] Rater detail view
- [ ] Hard mode
- [ ] Work on a recom…
-
-
- [x] Night 1
- [x] Miscellaneous
- [x] Make commits after every significant change
- [x] Use feature branches whenever you add something to a stable product
- [x] Use requirements.txt a…
-
Hello again.
This migration is failing:
``` python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import river.models.fields.state
class …