Skip to content

Commit 06490a9

Browse files
committed
Simplify initial example in readme
1 parent 7b5aa33 commit 06490a9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,10 @@ demosys-admin createproject myproject
3131
demosys-admin createeffect myproject/cube
3232
```
3333

34-
Now edit ``myproject/settings.py`` adding the effect in ``EFFECTS``.
35-
36-
```python
37-
EFFECTS = (
38-
'myproject.cube', # note the comma!
39-
)
40-
```
41-
42-
Now run the effect!
34+
Now run the effect
4335

4436
```bash
45-
./manage.py run
37+
python manage.py runeffect myproject.cube
4638
```
4739

4840
Features

0 commit comments

Comments
 (0)