Skip to content

Cloning Kream with Python, Django and more...๐Ÿ’–๐Ÿ๐ŸฆŠ

Notifications You must be signed in to change notification settings

liketoy/kream-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Kream Clone

Cloning Kream with Python, Django and more...๐Ÿ’–๐Ÿ๐ŸฆŠ

init.py ๋ž€?

  • python์— ํ•„์š”ํ•œ ํŒŒ์ผ๋กœ import๋ฅผ ๊ฐ€๋Šฅํ•˜๊ฒŒ ํ•ด์ค€๋‹ค. (ex. config.settings)

  • ์ƒˆ๋กœ์šด ํด๋”๋ฅผ ๋งŒ๋“ค ๋•Œ ํ•„์ˆ˜์ ์œผ๋กœ ๋“ค์–ด๊ฐ€์žˆ์–ด์•ผํ•œ๋‹ค.

  • flake8, black ์„ค์น˜(code. pipenv install flake8 --dev && pipenv install black --dev --pre)

  • settings.json ์„ค์ •

  • settings ์„ค๋ช…

  • server ์‹คํ–‰

  • migrate ์‹คํ–‰

  • admin ํŽ˜์ด์ง€

  • superUser ๋งŒ๋“ค๊ธฐ (code. python manage.py createsuperuser)

  • application ์„ค๋ช… (function์˜ ์ง‘ํ•ฉ, Optional ํ•œ๊ฒŒ ์•„๋‹˜ Rule์— ๋”ฐ๋ผ ์ž‘์„ฑํ•ด์•ผํ•จ)

  • ๊ฐ์ฒด์ง€ํ–ฅ ์„ค๋ช…

22/08/02 django-template ?

  • extension ์„ค์น˜(Django), settings.json ์„ค์ •
  • views.py (1. Only Python, 2. Help Django, 3. Magic Django)

https://ccbv.co.uk/projects/Django/3.2/

22/08/04

  • django template tag(ex. extends, include, block, url)
  • DetailView (FBV, CBV)
  • Search
  • Login

22/08/04 STYLE CHALLENGE

  • ํฌ์ŠคํŒ…, ๊ณต๊ฐ, ๋Œ“๊ธ€ ๊ธฐ๋Šฅ ๊ตฌํ˜„
  • models, views, urls, templates ๊ตฌ์„ฑ

About

Cloning Kream with Python, Django and more...๐Ÿ’–๐Ÿ๐ŸฆŠ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published