https://github.com/blockbusterdev/tonbet
It was built mainly using Django
https://github.com/blockbusterdev/tonbet
django javascript python
Last synced: 2 months ago
JSON representation
It was built mainly using Django
- Host: GitHub
- URL: https://github.com/blockbusterdev/tonbet
- Owner: blockbusterdev
- Created: 2025-03-02T17:39:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T21:19:35.000Z (over 1 year ago)
- Last Synced: 2025-03-27T04:31:14.092Z (about 1 year ago)
- Topics: django, javascript, python
- Language: JavaScript
- Homepage:
- Size: 688 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# TONBET
Base template for django projects at AxiaCore, includes Gulp build with Compass and Live Reload. Also browser dependencies using Bower.

### Quick start
```bash
# Create a new folder for your project
$ mkdir my-awesome-project && cd my-awesome-project
# Install yeoman and django-generator
$ sudo npm install -g yo TONBET
# Use the generator
$ yo TONBET
# Fire up your new enviroment
$ workon my-awesome-project_app
# Make your migrations
$ ./manage.py migrate
# Run!!!
$ ./manage.py runserver 0.0.0.0:8000
```
### Adding Bootstrap or Materialize
You can setup the project to use [Materialize](http://materializecss.com/) or [Bootstrap](getbootstrap.com).
### Subgenerators
```bash
$ yo TONBET
```
### Contributing
We love contributions, so, don't hesitate in creating an issue or sending us a pull request.
### Development
is written in [CoffeeScript](http://coffeescript.org), and we use [Gulp](http://gulpjs.com/) to compile it.
To set the generator up just clone the repository and run:
```bash
# Install dependencies.
$ npm install
# Run tasks.
$ gulp
# Hack...
```
### Development
Main project file is written in [CoffeeScript](coffeescript.org) so we use Gulp for building it.
It's located in `app/index.coffee`.
```bash
# Run gulp, which will watch for changes in `.coffee` files.
$ gulp
```
### Technologies
* Bower
* Gulp
* Sass
* Compass
### Dependencies
* Node
* Npm
* Python
* Ruby