1. 程式人生 > >第25月第4天 djangochinaorg項目記錄01

第25月第4天 djangochinaorg項目記錄01

div light hub targe china lib django for pro

#------------------------------

1. djangochinaorg項目

https://github.com/DjangoChinaOrg/Django-China-API

https://github.com/DjangoChinaOrg/Django-China-FE

2.vue proxyTable

    proxyTable: {
      ‘/proxy‘: {
        target: ‘http://localhost:8000‘,
        changeOrigin: true,
        pathRewrite: {
          ‘^/proxy‘: ‘‘
        }
      }
    },

  

#------------------------------

1.Blog-API-with-Django-Rest-Framework

https://www.bilibili.com/video/av11744508/

https://github.com/codingforentrepreneurs/Blog-API-with-Django-Rest-Framework

第25月第4天 djangochinaorg項目記錄01