Skip to content

rafaeldalvas/django_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application With Django

Building a Blog application with Django for learning.

Getting Started

These instructions will get you a copy of the Python dependencies and database setup of the project up and running on your local machine for development.

Prerequisites

What things you need to install :

Python 3.7.x
Pipenv 2020.6.2
Django (last version)

Installing

A step by step series of examples that tell you how to get a development env running:

  1. Make sure your pip and python is installed:
$ python --version
$ pip --version
  1. Go to the directory where your repository folder is located

  2. Install pipenv

$ pip install pipenv

4.Create a virtual environment

$ pipenv --python 3.7

5.Install Django

$ pipenv --python 3.7
  1. Navigate to the project directory
$ cd {{ project_name }}/
  1. Run server
$ python manage.py runserver

Useful links

Signals Documentation

Django authentication system Documentation

The messages framework Documentation

Class-Based Views - Detailed descriptions

Releases

No releases published

Packages

No packages published