Skip to content

Exhibits a simple Python login and registration form. Built in Pylot, which is a lightweight Python MVC framework leveraging Flask.

Notifications You must be signed in to change notification settings

isaacgranillo/Python-Login_Registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylot MVC (beta)

Pylot MVC is a lightweight MVC framework built in Python leveraging flask.

This framework is currently still in development. If you want to play around with it read on or clone the stable version!

Installation

First make sure you have pip installed. If you don't have it installed there are great instructions here: https://pip.pypa.io/en/latest/installing.html

Next install virtualenv

sudo pip install virtualenv

Clone the project

git clone -b stable https://github.com/Ketul-Patel/Pylot.git

cd into the project and source the setup file

cd Pylot
. setup

Now you can start your development server like so:

python manage.py runserver

Enjoy! More details/features coming soon!

About

Exhibits a simple Python login and registration form. Built in Pylot, which is a lightweight Python MVC framework leveraging Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published