https://github.com/buzz/uberdjango
Creates an empty Django project in your uberspace.
https://github.com/buzz/uberdjango
Last synced: 12 months ago
JSON representation
Creates an empty Django project in your uberspace.
- Host: GitHub
- URL: https://github.com/buzz/uberdjango
- Owner: buzz
- Created: 2013-09-13T16:58:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-16T11:41:00.000Z (over 12 years ago)
- Last Synced: 2025-03-24T23:24:05.927Z (about 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Creates an empty Django project in an [uberspace](http://uberspace.de/).
## Features
* virtualenv
* Django Admin enabled
* nice URLs (rewrite)
* ipython
# Usage
* Create an account at uberspace and login:
```
$ ssh USERNAME@HOST.uberspace.de
```
* Clone the uberdjango repository into your uberspace:
```
$ git clone https://github.com/buzz/uberdjango.git
$ cd uberdjango
```
* Run the setup script:
```
./setup.sh DJANGOPROJECT
```
`DJANGOPROJECT` will be your Django project name (only numbers, letters and underscores). Surf to `http://USERNAME.HOST.uberspace.de/admin`, login and change your admin password.
Happy coding :)