Movatterモバイル変換


[0]ホーム

URL:


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

Full Stack Web Development with Flask.

NotificationsYou must be signed in to change notification settings

Joyme20/discover-flask

 
 

Repository files navigation

Full Stack Web Development with Flask.

http://discoverflask.com

Build Status

Flask is a micro web framework powered by Python. Its API is fairly small, making it easy to learn and simple to use. But don't let this fool you, as it's powerful enough to support enterprise-level applications handling large amounts of traffic. You can start small with an app contained entirely in one file, then slowly scale up to multiple files and folders in a well-structured manner as your site becomes more and more complex.

real_python_logo

Please note: This is a tutorial series, which is still in progress. The source code is not meant to be used until the end of the series.

Support

Please help us keep this free, open source project going. Purchase theReal Python course. Provide gratitude throughGratipay. Star this repo. Tweet about it. Anything helps. Thank you!

Support via Gratipay

Contents

PartTitleGit Tag
1Setting Up a Static Site (blog post)part1
2Creating a login page (blog post)part2
3User Authenticationpart3
4Template Inheritancepart4
5Databasespart5
6List ComprehensionsN/A
7Unit Testspart7
8Deploying to Herokupart8
9SQLAlchemypart9
10Configurationpart10
11Secret Keypart11
12Heroku Configuration Settingspart12
13Heroku Postgres Setuppart13
14Local PostgreSQL Setuppart14
15Managing Database Migrationspart15
16Database Downgrades with Flask-Migrate/Alembicpart16
17Virtualenvwrapperpart17
18Password Hashingpart18
19Blueprintspart19
20Blueprints Reduxpart20
21User Authentication (part 2)part21
22Unit Testing with Flask-Testingpart22
23Session Management with Flask-Loginpart23
24Testing User Login and Logoutpart24
25User Registration (functionality and unit tests)part25
26Finalize Messaging Systempart26
27Test Coverage with coverage.pypart27
28Flask Testing!part28
29Flask Testing (increase test coverage)part29
30Continuous Integrationpart30

You can view the entire video playlisthere.

Links

  • Nice VagrantInstance for Discover Flask, for use withPyJenkinsCI - a test Jenkins Continuous Integration (CI) for Python projects, compatible with Mac OSX and Ubuntu systems. (Thanks,Apollo!)
  • Awesome project, based on the series ->HomeCenter

About

Full Stack Web Development with Flask.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python82.9%
  • HTML15.4%
  • Mako1.7%

[8]ページ先頭

©2009-2025 Movatter.jp