본문 바로가기

Python_WEB/Tweetme

[Django]Our Roadmap

반응형

CodingEntrepreneurs Django 강의 정리

각 메뉴 로드맵 작성>

1. Tweets
-> Creating
-> Text
-> Image
-> Delete
-> Retweeting

 

2. Users
-> Register
-> Login
-> Logout
-> Profile
-> Image
-> Text
-> Follow Button
-> Feed
-> User's feed only?
-> User + Who they follow?

 

3. Following / Followers
Long term todos
- Notifications
- DM
- Explore -> finding hashtags
반응형

'Python_WEB > Tweetme' 카테고리의 다른 글

[Django]Dynamic View into REST API Endpoint  (0) 2020.07.01
[Django]Handling Dynamic Routing  (0) 2020.07.01
[Django]Intro to URL Routing and Dynamic Routing  (0) 2020.06.29
[Django]The Tweets Model  (0) 2020.06.28
[Django]Setup Django Project  (0) 2020.06.28