Skip to content

dragonknight88/newtextsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textsage

Below you will find basic setup instructions for the textsage project. To begin you should have the following applications installed on your local development system:

Getting Started

To setup your local environment you should create a virtualenv and install the necessary requirements:

virtualenv textsage-env

On Posix systems you can activate your environment like this:

source textsage-env/bin/activate

On Windows, you'd use:

textsage-env\Scripts\activate

Then:

cd textsage
pip install -U -r requirements/base.txt

Run migrate:

python manage.py migrate

You should now be able to run the development server:

python manage.py runserver

About

New repo for proj

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published