Skip to content

Commit cd74c41

Browse files
Add getting started docs
1 parent d63c880 commit cd74c41

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/getting_started.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Getting Started
2+
3+
This is an example project. You should not be using this. That said,
4+
after [installing the project](installation.md), you can use the functionality
5+
as such:
6+
7+
```python
8+
from django_commons_playground import playground
9+
10+
print(playground.seesaw())
11+
print(playground.seesaw())
12+
```

0 commit comments

Comments
 (0)