SkillAgentSearch skills...

Tweeter

Angular JS + Django a perfect match companion project.

Install / Use

/learn @nnja/Tweeter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tweeter

Note: this project uses an out of date version of django, django rest framework, and angular js. Use it only for reference purposes.

A sample application to show the strengths of Angular and Django

Slides are available here: http://www.slideshare.net/nnja/djangocon-2014-angular-django

Companion Video from DjangoCon 2014 is available here: https://www.youtube.com/watch?v=vWJorwEQWLk

Installation Instructions

  1. Clone the project. git clone https://github.com/nnja/tweeter

  2. cd intro the project directory cd tweeter.

  3. Create a new virtual environment. mkvirtualenv tweeter and activate it.

  4. Install dependencies from requirements.txt via pip install -r requirements.txt

  5. Create tables and load fixtures. python manage.py syncdb

  6. Run the server via: python manage.py runserver

  7. The application will be available at <a href="http://localhost:8000" target="_blank">http://localhost:8000</a>

Preview

image

View on GitHub
GitHub Stars115
CategoryDevelopment
Updated9mo ago
Forks48

Languages

Python

Security Score

87/100

Audited on Jul 4, 2025

No findings