https://github.com/codesyntax/datsegit
project running www.datsegit.com
https://github.com/codesyntax/datsegit
Last synced: about 2 months ago
JSON representation
project running www.datsegit.com
- Host: GitHub
- URL: https://github.com/codesyntax/datsegit
- Owner: codesyntax
- Created: 2014-01-31T15:54:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T13:28:15.000Z (about 12 years ago)
- Last Synced: 2025-03-20T05:48:30.460Z (over 1 year ago)
- Language: Python
- Size: 195 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
INTRODUCTION
============
This is the project template which install the website www.datsegit.com
Instalation
-----------
For install the project use (django-admin.py must be on path):
$ django-admin.py startproject --template=https://github.com/codesyntax/datsegit/archive/master.zip project_name
You must replace project_name with your project name.
Settings
--------
Once the project is created, you have to adjust some settings in your settings.py file:
- All database settings
- TWITTER_CONSUMER_KEY = ''
- TWITTER_CONSUMER_SECRET = ''