diff --git a/LICENSE b/LICENSE index 29253c6..f362233 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Senseta +Copyright (c) 2017 Sebastián Ramírez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ebe0575..06f50d9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Base Project -[![Build Status](https://travis-ci.org/senseta-os/senseta-base-project.svg?branch=master)](https://travis-ci.org/senseta-os/senseta-base-project) +[![Build Status](https://travis-ci.org/tiangolo/full-stack.svg?branch=master)](https://travis-ci.org/tiangolo/full-stack) Generate a back end and front end stack using Python, including interactive API documentation. -[![Screenshot](screenshot.png)](https://github.com/senseta-os/senseta-base-project) +[![Screenshot](screenshot.png)](https://github.com/tiangolo/full-stack) ## Features @@ -42,7 +42,7 @@ Go to the directoy where you want to create your project and run: ```bash pip install cookiecutter -cookiecutter https://github.com/senseta-os/base-project +cookiecutter https://github.com/tiangolo/full-stack ``` ### Generate passwords @@ -103,6 +103,12 @@ This stack can be adjusted and used with several deployment options that are com Read the [**Guide to deploy a Docker Swarm Mode Cluster**](docker-swarm-cluster-deploy.md) in this repository. +## History + +This project was based on [senseta-os/senseta-base-project](https://github.com/senseta-os/senseta-base-project). + +As [I'm the only maintainer](https://github.com/tiangolo) since it was there, I'll continue its development here (https://github.com/tiangolo/full-stack). + ## License This project is licensed under the terms of the MIT license.