Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Django LDP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
20
Issues
20
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
djangoldp-packages
Django LDP
Commits
11b91f29
Commit
11b91f29
authored
May 16, 2018
by
Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
236ea3f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
README.md
README.md
+10
-0
No files found.
README.md
View file @
11b91f29
...
...
@@ -69,6 +69,16 @@ admin.site.register(Todo)
### 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
To start the server,
`cd`
to the root of your Django project and run :
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment