Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dravate authored Jul 20, 2024
1 parent 4272986 commit 53f57dc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,30 @@ python manage.py runsever
You can access the site at ```http://localhost:8000```


Offcourse - After that you need to

```
python manage.py createsuperuser
```
and use admin interface to start modifying/adding content.

## Demo Data Site

We have also added ```media``` folder with data & added backup data as file ```demo_data.sqlite3```. Just copy and run the server, you can see the instance running with demo data.

```
cp demo_data.sqlite3 db.sqlite3
python manage.py createsuperuser
python manage.py runsever
```

You can access the site at ```http://localhost:8000```







0 comments on commit 53f57dc

Please sign in to comment.