Skip to content

gwilson253/flask_gutx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask GutX Setup Guide

  1. Clone the repo:

git clone https://github.com/gwilson253/flask_gutx

  1. Create virtual environment (assuming Python 3)

$ python -m venv --without-pip venv

  1. Download the get-pip.py file

  2. Install requirements:

$pip install -r requirements.txt

  1. Create development database:

$ python manage.py db upgrade

  1. Create roles:
$ python manage.py shell
>>>Roles.insert_roles()
  1. Generate fake data for development db:
$ python manage.py shell
>>>import app.fake
>>>>>>app.fake.users()
>>>app.fake.posts()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors