Update repository to a template repository
This commit is contained in:
parent
f6dd8cc021
commit
11f8fea4c8
13
README.md
13
README.md
|
@ -18,13 +18,12 @@ for the next big thing you develop. Note, this is a folder structure only, not
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
1. Clone the repo from GitHub
|
1. Since this is a template repository, simply hit "Use this template" on GitHub
|
||||||
1. Delete the `.git` folder
|
and follow the instructions. Otherwise, you can just clone the repo, remove/add
|
||||||
1. Remove/add anything as you see fit
|
anything you see fit.
|
||||||
1. Initialize as a new git repository for your own project
|
1. Run the project using `python manage.py runserver` and you should see the
|
||||||
1. Run the project using `python manage.py runserver` and you should see the default
|
default success page provided by Django at
|
||||||
success page provided by Django at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
|
[http://127.0.0.1:8000/](http://127.0.0.1:8000/).
|
||||||
|
|
||||||
|
|
||||||
### Creating an App
|
### Creating an App
|
||||||
1. Create a folder with the app name in `apps`. For example: `poll`
|
1. Create a folder with the app name in `apps`. For example: `poll`
|
||||||
|
|
Loading…
Reference in New Issue