Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Demo based on this project: http://www.hulixueyuan.com/. This blog is based on Python 2.7 + Django 1.8. At very first, this repository forked from https://github.com/zmrenwu/django-blog-tutorial, thank you all the project members for the sharing!

Notifications You must be signed in to change notification settings

lj2tj/SimpleBlog

Repository files navigation

####Powered by python 3 and django 1.10

  1. fork this project to your local

  2. Clone repository to local

  3. Run command: pip install -r requirements.txt(please first navigate to the same folder with requirements.txt otherwith pleasee enter full path name)to install all dependencies

  4. Migrate database, run commands in same folder with manage.py:

     python manage.py makemigrations
     python manage.py migrate
    
  5. Like step 4, create a super user:

     python manage.py createsuperuser
    
  6. Before running your website, please execute PrepareWebSite.sql in mysql.

  7. Like step 4 and 5, run below command to start server.

     python manage.py runserver
    
  8. Enter url http://127.0.0.1:8000/ in browser

contributor:

Aaron Li.

About

Demo based on this project: http://www.hulixueyuan.com/. This blog is based on Python 2.7 + Django 1.8. At very first, this repository forked from https://github.com/zmrenwu/django-blog-tutorial, thank you all the project members for the sharing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /