Devs


This post will includes a tutorial on how to configure tailwind for Django using gulp. Most of the references come from: Nomadcoders 1. Node.js & gulp installation Have the node.js and gulp installed Dependencies used in this tutorial are: 12. ....read more

This post includes a brief summary of how-to setup a proper configuration for migrating wordpress-based webservice to django for the following website REITSKorea. References come mostly from: Nomadcoders and my personal researches throughout the internet. 1. pipenv & install django pipenv is a package + virtual environment manager. ....read more

This post demonstrates basic markdown syntaxes. All references come from: Markdown Guide & 마크다운 문법 1. Headings MARKDOWN RESULTS # Heading 1 Heading 1 ## Heading 2 Heading 2 ### Heading 3 Heading 3 #### Heading ....read more