Show DevBest Mino - Flask Python Small Content in develop.

Ubbel

New Member
Nov 15, 2016
3
1
Hello i'm ms0xz and this is disney channel.

The other day I was bored and decided to do a small program with flask, a small registry and a login system, to kill boredom, then I thought, why I do not do a small management system so that other people can use it as a general basis or to have an idea in some respects.

So I decided open a git repository , I do not have much free time, so I will update the git in my free time, the important thing of this will be that it has an understandable and agile code.

So far made the basics, login and registration using bcrypt for hash passwords(and sessions), MySQL for queries, and a small multilingual system, and a clean organization.

Some gifs:
5VG4FLU.gif

HdBBr4g.gif



Good bye :p
 
Last edited:

griimnak

You're a slave to the money then you die
Jul 20, 2013
955
794
Not bad at all,

Though let me suggest a pep8 linter, it will help your code look really clean.
bWcCgQLJR0qwNsCedvvxFA.png
(Built in linting for python)
(has a pep8 linter extension)
(pep8 linter extension for Sublime Text)
 

Mikee

Active Member
Jul 8, 2017
162
102
you can tighten up lines 37 to 44 with

Code:
response = {"status":"null"}
response["status"]= "ok" if can_start else "error"


Edit: i thought u posted the code snippet and not @griimnak, my bad, ill read the rest of the code tonight, but looking good so far.
 

Users who are viewing this thread

Top