mirror of
https://github.com/etesync/server
synced 2024-12-26 01:08:08 +00:00
Update README.md
Add static files creation
This commit is contained in:
parent
9aaea7b6a7
commit
55d3fb7e8e
@ -63,6 +63,12 @@ Now you can initialise our django app.
|
|||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Create static files:
|
||||||
|
|
||||||
|
```
|
||||||
|
./manage.py collectstatic
|
||||||
|
```
|
||||||
|
|
||||||
And you are done! You can now run the debug server just to see everything works as expected by running:
|
And you are done! You can now run the debug server just to see everything works as expected by running:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user