Skip to content
Snippets Groups Projects
Commit 11b91f29 authored by Alexandre's avatar Alexandre
Browse files

Update README.md

parent 236ea3f1
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,16 @@ admin.site.register(Todo) ...@@ -69,6 +69,16 @@ admin.site.register(Todo)
### 7- You then need to have your WSGI server pointing on myldpserver/myldpserver/wsgi.py ### 7- You then need to have your WSGI server pointing on myldpserver/myldpserver/wsgi.py
### 8- You will probably need to create a super user
```
./manage.py createsuperuser
```
### 9- If you have no CSS on the admin screens :
```
./manage.py collectstatic
```
## Execution ## Execution
To start the server, `cd` to the root of your Django project and run : To start the server, `cd` to the root of your Django project and run :
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment