- two typos with importing code
- a few documentation typos
I also create a directory called `taguette_backups` like:
```
I also create a directory called `taguette_backups` like:
```
```
## Step 1: Backing things up
```
## Step 1: Backing things up
```
The first line shuts down Taguette. The second line just creates the backup
```
The first line shuts down Taguette. The second line just creates the backup
-file name. The third and fourt lines will create a new backup file and copy the
+file name. The third and fourth lines will create a new backup file and copy the
backup file into the `./taguette-working.sqlite3`.
### Step 2a: Import from Google Sheets into the database
backup file into the `./taguette-working.sqlite3`.
### Step 2a: Import from Google Sheets into the database
-from configparser ConfigParser
+from configparser import ConfigParser
config = ConfigParser()
config.read('.taguette_gdocs')
config = ConfigParser()
config.read('.taguette_gdocs')
import requests
from csv import DictReader
import sqlite3
import requests
from csv import DictReader
import sqlite3
-from configparser ConfigParser
+from configparser import ConfigParser
config = ConfigParser()
config.read('.taguette_gdocs')
config = ConfigParser()
config.read('.taguette_gdocs')