Skip to content

martolini/pythonstory

Repository files navigation

pythonstory

TODO: Write a project description

Installation

  1. Clone the repo git clone https://github.com/martolini/pythonstory.git
  2. Create a virtual environment virtualenv venv && source venv/bin/activate
  3. Install dependencies pip install -r requirements.txt

Usage

  1. Create the necessary tables python manage.py syncdb
  2. Create an account python manage.py createaccount testing testing
  3. Start the server python main.py

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

History

TODO: Write history

Credits

TODO: Write credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages