• This repository has been archived on 17/Feb/2022
  • Stars
    star
    576
  • Rank 74,909 (Top 2 %)
  • Language
    Python
  • Created over 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generic Django Project I Use For All New Applications

generic-django-project

Generic project directory structure for new django applications.

For more info, read my blog post:

https://medium.com/cs-math/f29f6080c131

Installation on Heroku

If you want to use Heroku to host your Django application, checkout this project

https://github.com/josephmisiti/generic-django-project-heroku

Just follow directions and you should have a django app running on Heroku in a few steps!

Installation

First, get cookiecutter

$ pip install cookiecutter

Then execute the following command:

$ cookiecutter https://github.com/josephmisiti/generic-django-project.git

Setting Up The Database

I like to use postgres, so I suggest installing PostGreApp. Once that is installed, execute the following commands

$ createdb <DBNAME>

Then sync and execute migrations

$ python manage.py syncdb
$ python manage.py migrate

Done! If you are not using OSX, you're on your own. It's pretty easy to install Postgres on UBUNTU (see fabfile.py), but I have no experience on Windows.

If you have any questions or what to help out, send a pull request or reach out at @josephmisiti

More Repositories

1

awesome-machine-learning

A curated list of awesome Machine Learning frameworks, libraries and software.
Python
63,784
star
2

machine-learning-module

the best machine learning tutorials on the web
Objective-C
456
star
3

hadoop-examples

You wanna learn how to use Hadoop, start here!
Python
37
star
4

go-citibike

Golang bindings for the citibike API
Go
15
star
5

spammer

A tool for collecting compromised email address
Python
9
star
6

the-first-version-of-jquery

the first version of jQuery I could find on www.archieve.org
9
star
7

reading

Papers/Articles I Find Interesting
HTML
8
star
8

kaggle-movie-sentiment

Kaggle Competition for Sentiment Analysis on Movie Reviews
Python
8
star
9

generic-django-project-heroku

Generic Project To Get Django Running On Heroku
Python
6
star
10

groupon-scraping

scraper used to extract price information from www.groupon.com
Python
6
star
11

awesome-book-recommendations

5
star
12

josephmisiti.github.io

My Personal Blog
CSS
5
star
13

mixpanel-data-export-api

A mixpanel client for the data export API
Python
4
star
14

XCode-Template-Comment-Remover

Removes the auto-generated template comments from Xcode projects.
Python
4
star
15

chase-cc-filter

my chase credit card filtering process, making doing taxes easier since 2013
Python
3
star
16

kindle-to-anki

Convert kindle clippings to ANKI flashcards in python
Python
3
star
17

check-your-plane-api

Check the maintenance history on your airplane before you get on it.
Objective-C
3
star
18

algorithms-in-python

review of algorithms in python
Python
3
star
19

doing-bayesian-data-analysis

Python implementation of Doing Bayesian Data Analysis
R
2
star
20

sweep-bot

Sweep Core
Python
2
star
21

haskell-example

Haskell
2
star
22

aws

A series of scripts I developed for interfacing with Amazon AWS
Python
2
star
23

josephmisiti.com

My personal website (and first experiement with golang)
HTML
2
star
24

bible-lda

Running LDA on the Bible!
Python
2
star
25

sentiment-analysis

Experiments w/ NLP Sentiment Analysis Using Cornell + Enron Data Sets
Python
2
star
26

pandas-drf-tools

A set of tools to make Pandas easy to use with Django REST Framework projects
Python
2
star
27

machine-learning-snippets

A constantly updating list of useful machine learning snippets
Python
2
star
28

prompt-engineering

Tips and tricks for working with Large Language Models like OpenAI's GPT-4.
1
star
29

fabric-ubuntu-extras

A few extra utilities for working with Fabric and Ubuntu Servers
Python
1
star
30

greplin-programming-contest

python scripts used to solve the greplin programming problems
Python
1
star
31

applied-linear-regression

Applied Linear Regression Course via Coursera
1
star
32

nyc-list-servce-url-filter

filters out all music related urls from my list serve
Python
1
star
33

nyc-resturants

places i have eaten
1
star
34

semantic-analysis

Semantic Analysis experiments
Makefile
1
star
35

django_invoice

A dead simple invoicing app for Django
Python
1
star
36

kaggle-word2vec

Experiments using Kaggle's word2vec tutorials
1
star