Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog app with Django framework

Table Of Content


General Info

Project was created to practice Django framework. It is still in progress and will be updated continously. Project was created based on Corey Shafer Django tutorial, his YT channel you can find here.


Technologies and requiremenets

  • OS: Windows 10
  • Python Version: 3.7.3

Setup

First of all you have to create virtual env and install required Python libs (I assume that you have already installed Python and pip)

Example how to create virtual env (using builin venv lib) and install requirements

Run CMD and go to main app directory. Then run below commands:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt


Run

To run website server, first you have to activate venv by:
venv\Scripts\activate
Then go to kryspy_app dir and run:
python manage.py runserver
You will get website on your localhost addres.


Documentation

Placeholder


TO DO

Placeholder

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages