that 【 Exquisite blog construction 】 I simply finished the whole project , In fact, the realization of all functions is very basic , It's also relatively simple .
Another look Django The column has little reading , Although every time CSDN All pushed me up 【python Domain content list 】…,emm But I still want to write a summary in the end , Make an ending .
I will upload the source code to github:
git Address :
ps: In addition, if you want everyone to have access to your website , You can buy a server , I'm here to practice my hand , Will not open
The project is simply , Is based on Django frame , Make one Personal blog site . The background management system is directly used xadmin, The front desk has added two applications 【user】【article】, All operation functions related to users are uniformly written in user Next , The unity related to the article is written in article Next .
At present, the user module has been implemented
The article module has been implemented
In addition, third-party access :
Although this project is very simple , But in fact, I have stepped on many pits in the process of playing , It is also slowly adjusted
What about the whole project , I usually record one function blog
What can you gain from it ?
1、 When it's down , You may be right Django-MTV framework Better understanding , From theory to practice
2、 Maybe it can improve your understanding of Third party development documentation Ability to read and use , Because the project has access to some third parties , for example : Qiniuyun / Netease Yunxin / Netease email, etc , You need to check their documents , Realization function .
3、 Improve Front end writing Ability , Although all the pages of this project are written very simply , Of course, if you feel ugly, you can adjust it to your aesthetic style , So it's a little helpful for your front-end ability .
Last, last , If you encounter any problems , You can write to me privately or comment on my blog , I'll reply when I see
In addition, if you have any good suggestions, you can also comment
Next, I may consider playing a 【 Test platform 】 Project , Or write a blog about the framework