Skip to content

GuillaumeFalourd/poc-django-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

poc-django-python

title

This repository has been implemented following this django-tutorial

Setup ENV and Install Django

#Make sure python is installed
python3 --version
python3 -m venv venv
.\venv\Scripts\activate
pip3 install django
python3 -m django --version

Testing

Enter the blog directory:

cd blog

Then execute the following command to run the server

python manage.py runserver

Then access on your navigator:

http://127.0.0.1:8000/

About

POC of a personal Blog using Django with Python 🐍

Topics

Resources

License

Stars

Watchers

Forks