All Projects → bluedazzle → django-angularjs-blog

bluedazzle / django-angularjs-blog

Licence: BSD-2-Clause license
A simple blog site powered by django + angularjs

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects

#New RaPo Site# A simple blog site powered by django and angularjs

Demo: New RaPo Site

##How to use?##

1、Download the zip package:

wget https://github.com/bluedazzle/django-angularjs-blog.git

or cilick the button "Download ZIP" rightside.

2、Unzip the package, enter the folder which you unziped, then:

pip install -r requirement.txt

3、Configure the database backend which you need in NewRaPo/settings/dev.py or create your own produce settings file in settings/

4、Create database in database you choose, and run:

python manage.py syncdb

5、run test:

python manage.py test

6、run test server:

python manage.py runserver

or configure your produce server software like uWSGI、apache.

##Feature##

The simple blog site include four parts:

1、Blog: Show your articles and comment your article.
2、Knowledge: Something like a private "baidu zhidao", you can add any kinds of questions and answers.
3、Laboratory: something interesting or new IT technologies you can have a try here.
4、About : a static page you can edit anyting you want to show to others.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].