Skip to content

nnja/practical_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample Django blog app for Practical Python

To run this example:

Create a virtual environment

$ python3 -m venv env
$ source env/bin/activate

Install requirements

(env) $ python -m pip install -r requirements.txt

Migrate the Database

(env) $ python manage.py migrate

Create a super user

(env) $ python manage.py createsuperuser

Run the server

(env) $ python manage.py runserver

Your server should run at http://localhost:8000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published