KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
2016.djangocon.eu
★ 8
Open GitHub ↗
DjangoCon Europe 2016
Download README (.md)
Explore Similar Repositories
introduction-to-leveldb
:
Some slides to get a quick introduction about LevelDB
AutoGlucose
:
Automatically upload readings from my Accu Chek Mobile Blood Glucose Meter onto the mysugr.com website using REST services.
vault-spring-boot-starter
:
Spring Vault Property Injection. Get started using Vault secret management.
victorious-git
:
Play fanfare after triumphing over git conflicts
base-css4-wordpress
:
This is a site starter template for Wordpress utilizing PostCSS and ES6
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
2016.djangocon.eu
?
Download (.md)
# DjangoCon Europe 2016 This is the project for the http://2016.djangocon.eu/ website. ## Run locally 1. Create a virtualenv and activate it 2. `pip install -r requirements/base.txt` 3. `python manage.py migrate` 4. `python manage.py runserver` ## Compile less files We use less to compile our CSS files. If you've made edits to `style.less`, run `lessc static/css/style.less > static/css/style.css` to compile the changes ( this assumes that you've already installed a less compiler on your computer).