Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Faster, simpler django content management.
##Installation:
###Install via pip:
pip install django-tango
Or, if you want the very latest version from GitHub:
pip install git+https://github.com/tBaxter/Tango.git
If you're installing in a fresh, brand-new virtualenvironment -- and you are using a virtualenvironment, right? -- then you'll see a lot of stuff fly by. Don't worry, that's just the dependencies. If your environment already has the usual stuff installed (Django, PIL, etc), then you'll speed through the Tango install.
For more info, see the "Dependencies" section.
###For a new project, run the Tango Starter Kit:
django-admin.py startproject --template=https://github.com/tBaxter/tango-starter-kit/archive/master.zip test_project
Note: test_project should (of course) be changed to the name of your project
If you used the starter project, a basic test database was included. Just run manage.py runserver and you'll have a working site. You can log into the admin with username:admin, password:test. Obviously, you'll want to change that right away.
If not, you'll want to run syncdb or South.
Then start adding content. That's it.
Before the site is ready to go live, you'll want to change some settings and hook up a real database, of course. Before users can register and sign in, you'll also need to configure user registration and authentication. We like django-allauth, but have also used and liked django-registration.
##Dependencies (these should be installed for you) Django 1.5.1 + PIL or Pillow (Your choice) Easy-Thumbnails Markdown & Typogrify for nice text formatting django-filter vobject Python-Twitter (if you want to auto-tweet news items)
docutils
FAQs
Faster, simpler Django content management.
We found that django-tango demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.