-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d70c940
commit 16c171e
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,25 +6,25 @@ This repository includes many reusable Django apps. | |
|
||
#### Clean & simple style | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/login.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/login.png" width="80%"> | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/news.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/news.png" width="80%"> | ||
|
||
#### with i18 & user-role system | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/i18n.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/i18n.png" width="80%"> | ||
|
||
#### Diary app | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/diary.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/diary.png" width="80%"> | ||
|
||
#### Reminder app | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/reminder.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/reminder.png" width="80%"> | ||
|
||
#### Log app | ||
|
||
<img src="https://github.com/j3ygithub/ctdb/blob/main/docs/img/log.png" width="80%"> | ||
<img src="https://github.com/j3ygh/ctdb/blob/main/docs/img/log.png" width="80%"> | ||
|
||
## Source code overview | ||
|
||
|
@@ -85,7 +85,7 @@ There are other reusable source code like `flushmigrations`, `dumpdatautf8` Djan | |
|
||
git clone this repo | ||
```bash | ||
git clone https://github.com/j3ygithub/ctdb /Users/jimmy_lin/repos/ctdb | ||
git clone https://github.com/j3ygh/ctdb /Users/jimmy_lin/repos/ctdb | ||
``` | ||
|
||
build venv & install packages with pip | ||
|
@@ -107,11 +107,11 @@ Jimmy Lin <[email protected]> | |
|
||
Distributed under the MIT license. See ``LICENSE`` for more information. | ||
|
||
[https://github.com/j3ygithub/](https://github.com/j3ygithub/) | ||
[https://github.com/j3ygh/](https://github.com/j3ygh/) | ||
|
||
## Contributing | ||
|
||
1. Fork it (<https://github.com/j3ygithub/ctdb/fork>) | ||
1. Fork it (<https://github.com/j3ygh/ctdb/fork>) | ||
2. Create your feature branch (`git checkout -b feature/fooBar`) | ||
3. Commit your changes (`git commit -am 'Add some fooBar'`) | ||
4. Push to the branch (`git push origin feature/fooBar`) | ||
|