项目作者: the-akira

项目描述 :
Repositório do projeto Cyber Punk Blog desenvolvido com Django
高级语言: Python
项目地址: git://github.com/the-akira/my-first-blog.git
创建时间: 2019-05-17T21:12:22Z
项目社区:https://github.com/the-akira/my-first-blog

开源协议:

下载


Cyber Punk Blog

Small Django Project for learning purposes. Inspired by the tutorial series of Django Girls.

Installation

Clone the Repository

  1. git clone https://github.com/the-akira/cyberpunk.git

Inside the Main Directory

Create a Virtual Environment

  1. python -m venv myvenv

Activate the Virtual Environment

  1. source myvenv/bin/activate

Install Requirements

  1. pip install -r requirements.txt

Navigate to blog and Run the Application

  1. python manage.py runserver

You can now open your Web Browser and navigate to http://127.0.0.1:8000/ to see the Web Application.