Skip to content

Commit

Permalink
Merge pull request #60 from zhaoyansheng163/master
Browse files Browse the repository at this point in the history
补充ops-coffee-blog使用文档
  • Loading branch information
ops-coffee authored Sep 4, 2024
2 parents 73efa72 + 72d6822 commit adfb022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ops-coffee-blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ pip install -r requirements.txt

2. 初始化数据库
```
python manage.py makemigrations ops_coffee
python manage.py migrate
```

创建用户
```
python manage.py createsuperuser
```

3. 运行项目
```
python manage.py runserver 0.0.0.0:80
Expand Down

0 comments on commit adfb022

Please sign in to comment.