Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
GitHubExcellent
Django Blog Tutorial
Commits
1302094a
Commit
1302094a
authored
8 years ago
by
yangxg
Browse files
Options
Download
Patches
Plain Diff
Step1: build development environment
parents
master
Step10_side-bar
Step11_category-and-archive
Step12_comments
Step13_fix-some-issues
Step14_deploy-using-nginx-and-gunicorn
Step15_deploy-automatically-using-fabric
Step16_record-post-views
Step17_generate-excerpt-automatically
Step18_class-based-views
Step19_simple-pagination
Step1_build-development-environment
Step20_complete-pagination
Step21_number-of-post-in-category
Step22_tag-cloud
Step23_rss-feed
Step24_extract-content-automatically-using-markdown
Step25_simple-search
Step26_full-text-search-using-django-haystack
Step2_create-blog-app
Step3_blog-models
Step4_make-migrations-and-migrate
Step5_blog-index-view
Step6_real-blog-index-view
Step7_publish-posts-using-django-admin
Step8_blog-detail-view
Step9_markdown-and-code-highlight-supported
demo
dependabot/pip/django-1.11.29
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
.gitignore
+97
-0
.gitignore
blogproject/__init__.py
+0
-0
blogproject/__init__.py
blogproject/settings.py
+120
-0
blogproject/settings.py
blogproject/urls.py
+21
-0
blogproject/urls.py
blogproject/wsgi.py
+16
-0
blogproject/wsgi.py
manage.py
+22
-0
manage.py
with
276 additions
and
0 deletions
+276
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets