Wednesday, December 25, 2013

Re: Need Direction for Web App

I was waiting on Christmas dinner, and had an hour to kill so  I threw together a quick, incomplete skeleton app.  Maybe it can be of use to get you started on the django side.  It relies on the django-macaddress  package, but is otherwise standalone.  It's very basic - the less there is of it, the easier to follow for someone new to django/python.  To make it functional you'd need to edit the alter_dhcp_conf() method to do the heavy lifting of securely updating your dhcpd conf and making the daemon reload.  That method will run any time a device is added or removed.

https://github.com/dballanc/dhcp-example-skel

Good luck, and welcome to the community.


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c7dbc5e5-22e2-4079-96f6-69ae98deceae%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment