Git Product home page Git Product logo

peekpacom's Introduction

Peekpa.com

欢迎大家来到皮爷撸码的Peekpa.com源代码。

下载源码

使用终端(Terminal),并配合git clone命令,可将源码下载到本地:

$ git clone https://github.com/SwyftG/PeekpaCom.git

查看文章配对代码

查看此代码的Tag地址:

https://github.com/SwyftG/PeekpaCom/tags

这里面,Tag格式均以Post_xxx来命名。xxx为文章对应的编号,比如,文章《用Django全栈开发——26. 开发Dashboard功能展示页面》对应的代码,是Tag为Post_026下面的代码。

如果你想查看某个标签所指向的文件版本,可以使用 git checkout 命令:

$ git checkout <Tag名称>

### 例如,查看文章《用Django全栈开发——26. 开发Dashboard功能展示页面》对应的代码
$ git checkout Post_026

环境配置

首先需要Python3,然后使用以下命令安装项目依赖:

$ pip install -r requirement.txt

然后,本地需要安装MySQL服务,并且在Peekpa/settings.py文件中,配置DATABASES变量信息。

或者自己参考网上资料,更换掉系统的DATABASES变量。

阿里云线上部署

想要将代码部署到阿里云服务器,可以参考以下两篇文章:

准备服务器(内含购买服务器优惠码):

具体的部署操作:

未完待续。。。

获取更多精彩信息,请关注微信公众号『皮爷撸码』,用代码将生活变得简单。

peekpacom's People

Contributors

swyftg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.