Blue club
The place where manly men live and breathe.
Move to Notion
Move to Figma
Develop and record list.
GIT-HUB Tips!
Flask Tip
flask-reactize Purpose Developing a ReactJS application requires to use nodejs as back end server. What if you want to consume external APIs: how are
In the name of God, the Most Gracious, the Most Merciful. PF-Flask-Rest-Com Docu
Flask-Discord-Bot-Dashboard A simple discord Bot dashboard created in Flask Pyth
Open-source Flask Sample built on top of flask-dance library. The project implements the social login for Github and Twitter - Originally coded by TestDriven.IO.
Flask Red Mail: Email Sending for Flask Flask extension for Red Mail What is it?
Flask Sitemapper Flask Sitemapper is a small Python 3 package that generates XML sitemaps for Flask applications. This allows you to create a nice and
flask-template By GaGoU :3 a simple template for make an flask api notes: you ca
Flask-Migrate Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations
Flask-SQLAlchemy Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy
`window.onload = function check_dup() {
$('#userid').on('input', check_dup);
$('#username').on('input', check_dup);
$('#usernick').on('input', check_dup);
$('#userpw').on('input',check_dup);
var id = $('#userid').val();
var password = $('#userpw').val();
var nick = $('#usernick').val();
var name = $('#username').val();
if (id == "" || password =="" || nick =='' || name =='') {
$('#sign-up-btn').attr("disabled",true);
$('#sign-up-btn').css('background-color', '#9B9B9B');
}
else {
$('#sign-up-btn').attr("disabled",false);
$('#sign-up-btn').css('background-color', 'rgb(75, 186, 255)');
}
};`
위에 있는 input값을 항상 검사하여 버튼 활성화 비활성화 기능에서 과부화가 걸림
문제 : 4칸의 input 모두 on상태로 작업이 계속 누적되어 멈춤
해결방안 : 1~4번 input 을 하나씩 따로 검사&종료 하여 최종적으로 활성화 비활성화를 진행 검토
-큰 이슈로 회원가입 페이지에서 발견된 텍스트 입력 시 서버 멈춤 현상이 발견 됌
-추가로 로그인페이지에서 텍스트 입력이 길어질 시 동일 현상이 발생
현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가 거부되었습니다 . 라는 에러 메세지를 만나 터미널에서 21.12.30브랜치로 push가 안되던 문제를 $git push origin 21.12.30 --force 코드를 터미널에서 실행후 해결하였습니다. -21.12.30.07:30 21.12.29 잔여 pr확인후 이상없어 merge 하였습니다 -21.12.30.10:30
An Instagram Clone using Flask, Python, Redux, Thunk, React
Flask-Bcrypt Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application. Due to the recent increased prevelance of
Flask-Rebar Flask-Rebar combines flask, marshmallow, and swagger for robust REST services. Features Request and Response Validation - Flask-Rebar reli
Flask-Bcrypt Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application. Due to the recent increased prevelance of
Flask-Starter Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development. It has all the r
Brandnew-flask is still in the initial stage and needs to be updated and improved continuously. Everyone is welcome to maintain and improve this CLI.
Flask Project Template A full feature Flask project template. See also Python-Project-Template for a lean, low dependency Python app. HOW TO USE THIS
Flask-Fastx Flask-Fastx is a Fast API style support for Flask. It Gives you MyPy types with the flexibility of flask. Compatibility Flask-Fastx requir
Flask-app scaffold, generate flask restful backend
Flask pre-setup architecture. This can be used in any flask project for a faster and better project code structure. All the required libraries are already installed easily to use in any big project.